错误:使用相同的 AVD 运行多个模拟器是 android Studio 中 ubuntu 的实验性功能吗?



我正在开发Android Studio 3.5.1版本。我根据自己的要求创建了多个模拟器。
一些模拟器工作正常,但是在运行另一个模拟器时,面临上述问题:

错误:使用同一 AVD 运行多个模拟器是一项实验性功能。
模拟器:进程已完成,退出代码为 1

解决方案:

In Ubuntu OS,
1. Go to Home --> press ctrl+h to visible hidden files
2. Open .android folder --> .avd folder --> Open your Device API specific folder
For ex. for my device it was "Nexus_6P_API_22.avd" folder.
3. Delete below mentioned files: 
a. multiinstance.lock
b. hardware-qemu.ini.lock
c. cache.img

此外,对Sanakhatun Shaikh回答删除

d. cache.img.qcow2

最新更新