Skip to content Skip to sidebar Skip to footer

Android Studio,, Avd Emulator

I have a problem with avd emulator. It wont start, I try everything and it still doesn't work. Here is the problem: 'D:\Android SDK\tools\emulator.exe' -avd Slim_Shady_API_22 -nets

Solution 1:

1) Install the Intel x86 Emulator Accelerator (HAXM installer) from the Android SDK Manager

enter image description here

2) Run (for Windows):

{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe

or (for OSX):

{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\IntelHAXM_1.1.1_for_10_9_and_above.dmg

3) Start the emulator

Solution 2:

If you own an android phone or tablet, then you can install the .apk of your app on it. You can find the apk here AndroidStudioProjects\AppName\app\build\outputs\apk\app-debug.apk

Post a Comment for "Android Studio,, Avd Emulator"