Android Studio - 恐慌:无法打开AVD

a_r*_*hah 10 android android-virtual-device android-studio

经过几个小时的修复Gradle问题,我能够在Android Studio中构建我的测试应用程序.但是当我试图在AVD中运行它时,它就不会打开.

这是日志:

Waiting for device.
C:\Users\Rahaman\AppData\Local\Android\android-studio\sdk\tools\emulator.exe -avd testAVD -netspeed full -netdelay none

PANIC: Could not open: testAVD
Run Code Online (Sandbox Code Playgroud)

PS:我已经将环境变量ANDROID_SDK_HOME定义为指向.android目录.

a_r*_*hah 10

好的,我的图书馆正在D:开车.所以我不得不将.android文件夹复制d:\myName\c:\Users\myName\.修好了.

  • 你是唯一对我有用的答案:) (2认同)