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

问题描述 投票:0回答:1

我正在使用Android Studio版本3.5.1。我已经根据自己的需求创建了多个模拟器。某些仿真器工作正常,但是在运行其他仿真器时,面临上述问题:

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

android android-studio avd
1个回答
0
投票

解决方案:

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
© www.soinside.com 2019 - 2024. All rights reserved.