Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Running multiple emulators with the same AVD is an experimental feature for ubuntu in android Studio?

I'm working on Android Studio version 3.5.1. I have created multiple emulators as per my requirements.
Some emulators are working fine, but while running some another emulator, facing above raised issue as:

ERROR: Running multiple emulators with the same AVD is an experimental feature.
Emulator: Process finished with exit code 1

like image 593
Sanakhatun Shaikh Avatar asked Jan 10 '20 13:01

Sanakhatun Shaikh


2 Answers

Solution:

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
like image 126
Sanakhatun Shaikh Avatar answered Oct 06 '22 14:10

Sanakhatun Shaikh


in addition, to Sanakhatun Shaikh answer delete

d. cache.img.qcow2
like image 26
Muhammad khaled Avatar answered Oct 06 '22 14:10

Muhammad khaled