Here are the steps
Execute the emulator so that it starts and is ready to install new programs.
(you need to run the emulator.exe under the android SDK\Tools folder)
1) copy the APK file (which will under
2) open the command prompt (in your PC and not in the emulator) and type
abd install c:\myProject.apx
this will install the APK file in the emulator
3) If you are getting "command not found" - navigate to the Android SDK/Tools folder
cd x:/androidsdkfolder/tools
and run command again.....
happy androiding !!!!
No comments:
Post a Comment