I am new to mobile programming. I try to run a simple android app but i keep getting this error from the android device manager. I had previously downloaded the emulator before to use to run the mobile app. Android Emulator Error Image
I tried restarting visual studio to see it might work but it does not.
I am new to mobile programming. I try to run a simple android app but i keep getting this error from the android device manager. I had previously downloaded the emulator before to use to run the mobile app. Android Emulator Error Image
I tried restarting visual studio to see it might work but it does not.
Looks like your emulator has got corrupt configuration. It is taking unexpected -prop values. Try deleting and recreating the emulator. Make sure the system image is correct i.e. SDK version used by the emulator. Then try manually starting the emulator using command prompt using emulator -avd <AVD_NAME>
. At the end, restart your emulator.
Hope this helps!