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.
Share Improve this question asked Jan 30 at 12:13 ReubenReuben 1 1- Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Bot Commented Jan 31 at 6:49
1 Answer
Reset to default 0Looks 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!