Search Tutorials

Wednesday 24 April 2013

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.

For more Related to Android tutorials see List of Android Tutorials. Share and help others.

Related Tutorials:-

Get all mobile Contacts

Get battery level using Broadcast Receiver

Display Time using Broadcast Receiver

Warning: No DNS servers found in Android Eclipse

Extract APK File into source code (Java code and XML code)

No comments:

Post a Comment

Back to Top