avd

Android emulator errors with “emulator: ERROR: can't find SDK installation directory”

杀马特。学长 韩版系。学妹 提交于 2020-08-10 21:13:48
问题 I am trying to install and run an Android Virtual Device from the command line on Windows (without Android Studio). I have set up an Android SDK in C:\Android, and successfully created an AVD with the command: avdmanager create avd -n test -k "system-images;android-26;google_apis_playstore;x86" --abi google_apis_playstore/x86 I have environment variable ANDROID_SDK_ROOT set to C:\Android. When I try to start the emulator from the command line with: emulator @test I get errors: emulator: ERROR

Android emulator errors with “emulator: ERROR: can't find SDK installation directory”

最后都变了- 提交于 2020-08-10 21:13:33
问题 I am trying to install and run an Android Virtual Device from the command line on Windows (without Android Studio). I have set up an Android SDK in C:\Android, and successfully created an AVD with the command: avdmanager create avd -n test -k "system-images;android-26;google_apis_playstore;x86" --abi google_apis_playstore/x86 I have environment variable ANDROID_SDK_ROOT set to C:\Android. When I try to start the emulator from the command line with: emulator @test I get errors: emulator: ERROR

Intel HAXM is required to run this AVD

一个人想着一个人 提交于 2020-08-05 08:04:40
问题 I have installed Android Studio 3.3.1 and everything worked perfectly until I closed it. When I try to open a run again my project it says: Intel HAXM is required to run this AVD Unknown error, What should I do? 回答1: In my case, I installed software which is required to enable Hyper-V . If you also face it, check it. On Window (I mean I config on Window, not Ubuntu or MacOsX), it's in "Turn Windows feature on or off" . Uncheck Hyper-V and restart your computer. 回答2: When Android Studio is