How To Install Apk Using Adb
As well sideloading APK on Android devices, you can besides install APK using ADB commands. In this tutorial, we'll see how we can sideload APK via ADB easily. Read on to acquire more.
Hello folks, how do you install an app on your Android-powered device? About of my pals answered this question with the nigh mutual answers similar installing from the Google Play Store app on their Android devices or installing apps by logging into their Play Shop on the PC and installing Standalone apps from the SD card by enabling the Unknown Sources option in the device settings. Most of the Android users autumn into one of these categories considering that's the simple fashion to install apps. Merely what if the UI of your device collapsed and y'all tin can't admission any apps on your device?
When you're playing with some random app, your device may sometime plummet due to that app interfering with your device UI. This most possible scenario is that the device's launcher is hung and cannot exist accessed. Every bit you know without the launcher app, you cannot access anything on your device. Thus, if you need to install whatever 3rd-party launcher app to become into your device, you lot have to download the launcher app APK on your PC. If the Google Play Services has collapsed (this normally happens when y'all try to modernistic your device), you lot cannot install the app from Play Store at all.
In that example, the ADB comes to your rescue. ADB is the acronym for Android Device Bridge which acts a bridge betwixt your PC and Android device. Yous can install apps through this ADB tool, but it is not limited to it, the telescopic of ADB tool is far college and fifty-fifty if you know lilliputian near Android development you will empathize its importance. Simply for the sake of the topic, we will testify you how to install android apps from ADB. And then let's get on with the guide.
Preparations
- Proper Device drivers installed on your PC for your device.
- Either setup ADB and Fastboot on your computer, or download the ADB and Fastboot SDK Platform-Tools.
- Enable USB Debugging on your device. If you don't know how to do it, follow the instructions given here.
Install APK Using ADB Commands
- Let'south brand the ingredients ready, excerpt the ADB files to a folder on your PC and place the APK file you desire to install (We are installing Whatsapp) You should take the similar files:
- Now open a command prompt in the ADB folder past property the Shift primal and Correct Click in the empty space in the folder.
- Connect your device to the PC and type the following command to verify whether your device is detected by the PC.
adb devices
If detected you volition come across the output similar to beneath:
- If your device is not shown under the Listing of devices, check the device drivers on your PC and come up dorsum.
- Now type the following command to install the app from your PC:
adb install <app name.apk>
Where apk proper noun is the exact name of the app y'all're installing. Check this screenshot for example:
- If it shows success, the apk is successfully installed on your Android device. There are as well many options for the ADB install control:
adb install -r <app proper noun.apk> [The -r option allows you to re-install or update an existing app on your device]
adb install -s <app name.apk> [The -s choice lets you install app to SD bill of fare if the app supports motility to SD carte du jour feature]
- If you want to uninstall an app, it'south a similar process. Type the following command:
adb uninstall <app name.apk>
- Only in case you desire to Uninstall an app, you need to know the entire package proper noun likecom.adobe.reader,which is a fiddling tricky.
That'southward it, try this niggling trick on your device.
Let usa know the outcome in the comments section beneath.
Reader Interactions
Source: https://www.droidviews.com/install-apk-files-using-adb-commands/
Posted by: austinweactiond.blogspot.com
0 Response to "How To Install Apk Using Adb"
Post a Comment