- cmd1 ... D:\android-sdk_1.5_windows\tools>android create avd -n avd1 -t 1
Android 1.5 is a basic Android platform. Do you wish to create a custom hardware profile [no] Created AVD 'avd1' based on Android 1.5 - cmd1 ... D:\android-sdk_1.5_windows\tools>android create avd -n avd2 -t 1
Android 1.5 is a basic Android platform. Do you wish to create a custom hardware profile [no] Created AVD 'avd2' based on Android 1.5 - cmd1 ... D:\android-sdk_1.5_windows\tools>D:\android-sdk_1.5_windows\tools>emulator –avd adv1
- cmd2 ... D:\android-sdk_1.5_windows\tools>emulator –avd adv2
- Two emulator instances are created. One with Port 1 = 5554 and other with Port 2 = 5556.
- Similarly multiple instances of the emulator can be created by creating multiple AVDs and running emulator deploying those AVDs.
- AVD can be easily created using ECLIPSE too.
- Go to Eclipse -> Run Configurations -> Target tab
- You can see the list of all the existing AVDs.
- Now go to AVD Manager (Android Virtual Devices Manager) and choose the option of Create AVD as in the next window.
- You can also Delete AVD ... go back to AVD Manager and select the particular AVD.
- You can create emulator instance directly from the ECLIPSE.
- Eclipse -> Run Configurations -> Target -> Select a preferred AVD for deployment and then RUN.
Thursday, July 30, 2009
How to Create Two or multiple instances of Emulator
Subscribe to:
Post Comments (Atom)
2 comments:
Hi i want to know that is there any way that i could connect two avds?
hi is there any way that i can connect two avds with each other?
Post a Comment