Tuesday, August 4, 2015

Run two or more Instances of Android Emulator

Sometimes we want to run two or more instances of android emulator like in chat program. In chat program or other applications we need two or more android emulator's instances to check android application. So, we have given solution below:-

......................................................Solution....................................................

1. Select your application -> right click -> Run As -> Run Configuration.

Run two or more instances of Android emulator at a time
Run project with selected device

2. Select your application -> Select Target -> Apply

Run two or more instances of Android emulator at a time
Select Target Device

3. Run your application.
4. Now again repeat this process and choose another target device and than run your application. It will run on another device(means another instance of emulator will run). Use this process again and again and run multiple instances of emulator.

No comments:

Post a Comment