繁体   English   中英

AVD无法在Android Studios上运行

[英]AVD failing to run on Android Studios

我刚刚开始使用Android工作室(曾经使用过Eclipse)而且我无法运行我的第一个程序。 我检查的几个答案没有帮助。 我将RAM更改为748MB。 然后我注意到这个错误:

NAND: could not write file C:\Users\Kbluue\AppData\Local\Temp\\AndroidEmulator\TMP43A5.tmp, No space left on device

看到我的C:\\很拥挤我尝试将目录更改为D:\\驱动器,这个问题似乎回答了: 可以更改Android虚拟设备的保存位置? 只有最佳答案没有帮助。 这是新的错误

D:\Android\sdk\tools\emulator.exe -avd Nexus_S_API_21 -netspeed full -netdelay none

Note: The environment variable $ANDROID_SDK_HOME is set, and the emulator uses that variable to locate AVDs.
This may result in the emulator failing to start if it cannot find the AVDs in the folder pointed to by the
given environment variable.
ANDROID_SDK_HOME=D:\Users\Kbluue

NAND: could not write file C:\Users\Kbluue\AppData\Local\Temp\\AndroidEmulator\TMP43A5.tmp, No space left on device

另一个答案说了一个关于工具目录的东西,我不幸在我的工作室找不到。

现在我该怎么做?

我的问题是通过删除用户/ .AndroidStudio / tmp中的文件以及在安装Android Studio的C上获得更多空间来解决的。(我只有500 Mb免费)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM