I want to install an APK from PC to Android device. And because of user's Android and generally technical skills, I need to do it as automatically (silently) as possible. So how do I send an APK from PC to Android and start install there?
Take the APK you want to install (be it Google's app package or something else) and drop the file into the tools folder in your SDK directory. Then use the command prompt while your AVD is running to enter (in that directory) adb install filename. apk . The app should be added to the app list of your virtual device.
Enter the file name and click on the Open button. Then it will download that APK file via Amazon Store which supports Android and then show it you to install it on your Windows device. Click on “GET” of that selected application from the Installer to install the APK files on your Windows device.
To open APK files on a PC without an emulator, you need to add the ARC Welder extension to your chrome browser. You can get this extension from here. After adding the extension, add APK files and click on 'Launch app'.
You need to find a version of the program that runs on Windows, if it exists. If there is no Windows version of this program, you could install an Android emulator like this: http://developer.android.com/tools/devices/emulator.html and install the . apk file into that. Hope this helps.
This procedure works even if ADB is not available.
adb install <path_to_apk>
http://developer.android.com/guide/developing/tools/adb.html#move
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With