Skip to content Skip to sidebar Skip to footer

I Can't Run The Android Emulator

I'm completely new to Android and Android Studio. I was just coding. So I was running the previous version of Android Emulator and it worked perfectly fine. However, when I downl

Solution 1:

I am not sure from your question, whether or not you have uninstalled and reinstalled the AVD Manager, so in the case you haven't:

I suggest you completely uninstall and then reinstall the Android Virtual Devices SDK (AVD Manager).

You can use the following instructions to help you out:

To uninstall/install the AVD Manager, go to Tools > SDK Manager > Android SDK and select the SDK Tools Tab. Then scroll down until you find the Android AVD/Virtual Devices SDK.

Also, make sure that the Android Emulator SDK is also installed.

Solution 2:

I see in the new update of Android Studio, the Android Emulator option is not enabled by default. So, let enable it in the Settings as the bellow and run Android Emulator again.

enable emulator enable

Solution 3:

Have Android 3.2.1 which you need to install emulator manually by going into Tools > SDK Manager > Android SDK and then select the SDK Tools Tab. Check the 'Android Emulator' then Apply.

Post a Comment for "I Can't Run The Android Emulator"