*Problem overview:*

After building AOSP with custom emulator(updated default.xml), facing error 
in executing multiple emulators simultaneously

 

*Commands*:

Shell1: 

<setting up env> emulator -port <emulator port> -no-skin -no-audio 
-no-window -qemu -device <goldfish_device_name>,addr=<ADDRESS>,size=<SIZE> 

Shell2: (same command to up second emulator)

<setting up env> emulator -port <emulator port> -no-skin -no-audio 
-no-window -qemu -device <goldfish_device_name>,addr=<ADDRESS>,size=<SIZE> 

 

*Error:*

In shell1, no error is faced. Emulator runs fine.

In shell2, ERROR: Running multiple emulators with the same AVD is an 
experimental feature

 

*Question:*

How to correctly create multiple AVDs with AOSP such that multiple 
emulators can work simultaneously? 

 

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/1cea1f4e-cd11-4fb1-be5e-e46edce496df%40googlegroups.com.

Reply via email to