Installing an application on Android emulator
We moved. Please visit this link for this post.
If you work in IDE you don’t install your apk file manually on an emulator. This operation do ADT when you start application.
But sometimes you need to install it manually on an emulator or device instance.
I am going to show how to do this operation from command line. For this need to use Android Debug Bridge
adb install <path_to_apk>
<path_to_apk> – path to apk file which need to install
Example:
adb install D:/release/WallpaperChanger.apk
Categories: Android, Android how to, Tools
Comments (0)
Trackbacks (1)
Leave a comment
Trackback
-
October 22, 2009 at 9:01 pm | #1Email sending in Android « The Developer's Info