0

I am following this tutorial: Extend an Android app using the IBM Push for Bluemix cloud service The problem is really nothing to do with the Bluemix. I need to start 2 AVD emulator in Android studio to test the "push" service. I can start the 1st AVD and see the application running it correctly. But the second emulator won't start. It is duplicated from the 1st one and it can start on its own if I stop the 1st AVD.

I looked the trace in the LogCat view in the AVD monitor, did not see meaning errors. Is it just my laptop doesn't have enough resources? How can I have 2 emulators to test the app?

Thanks.

Zheng

Zheng Xie
  • 415
  • 3
  • 13

1 Answers1

0

You should configure a different new emulator and run the 2 different AVDs separately.

Here you find an example of 2 AVDs running together.

Community
  • 1
  • 1
Stefano
  • 156
  • 3
  • 14