Jim*_*ket 20 java eclipse android
我是Java,Android和eclipse的新手.在做初始的Hello,Android教程时,我去运行并获得以下内容:
WARNING: Data partition already in use. Changes will not persist!
WARNING: Cache partition already in use. Changes will not persist!
Run Code Online (Sandbox Code Playgroud)
小智 12
更容易修复:在Windows打开命令提示符(cmd.exe)中.在Linux中打开终端.adb.exe在SDK文件夹中找到..\android-sdk\platform-tools\abd.exe
cd <sdk directory> (move to the folder listed above)
dir (to make sure abd.exe is in that directory)
adb kill-server (stop the abd service, won't return anything)
adb start-server (start the abd service back up, should give a couple of readings)
Run Code Online (Sandbox Code Playgroud)
然后重新测试,问题解决了!
如果您考虑本教程“在 Windows 中读取/写入 Android 模拟器 sdcard.img” ”,请检查该虚拟磁盘是否已以某种方式安装:
\n\n
\n\n\n如果 ImDisk 抱怨文件正在使用中,请关闭模拟器。
\n
\n 他们不会\xe2\x80\x99 一起运行。
\n 在 Android 中卸载映像不允许在 Windows 中装载映像,必须关闭模拟器才能将映像从锁定状态中释放
OP Jiminy 板球确认这是某种“资源锁”:
\n\n\n\n简单地重新启动我的操作系统就可以修复它。谢谢!
\n
| 归档时间: |
|
| 查看次数: |
17895 次 |
| 最近记录: |