Saturday, June 23, 2012

Steps for installing build on Android emulator


Steps:

1. Download SDK of android and put in C drive
2. Open command prompt  and go to tools location in cmd of android “like this C:\android-sdk-windows_2.2\tools>”
3. Write ddms there
4. Now go to c drive and open sdk and  double click on SDK setup.exe
5. Click on Virtual device
6. Click on New
7. Write any name there and give size like 512 and then select target as any OS emulator you want to create and click on create AVD (It do not support space in Name )
8. The name which you have created will appear in the list
9. Click on that name and then on start button, it will open the device which you have created
10. Now put  epocrates.apk under tool folder   
11. Now open another cmd  and use this command C:\android-sdk-windows_2.2\tools>adb install application.apk , this will install installer on that device which you have created
12. Just click on epocrates icon and enter username and password, this will install build on emulator

No comments:

Post a Comment