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
As you can see it is easy.
No related posts.

Recent Comments