Breaking

Search

Monday 28 May 2018

APK INSTALLATION USING PC

How to Install APK to Your Android Device via ADB Commands!


Install APK via ADB 7



Requirements:

1. You need to install ADB, the easiest way is to download and install Minimal ADB Fastboot tool.
2. Open the Minimal ADB tool on your PC.
Install APK via ADB
3. Connect your Android device to your PC
4. Inside the tool, type  adb devices and  ENTER.
5. If your device is connected successfully, you should see your device ID in the “List of devices attached” as shown below.
Install APK via ADB 2
6. Navigate to Minimal ADB and fastboot folder which is located inside C:\Program Files (x86)\Minimal ADB and Fastboot directory.
7. Copy and paste the APK file you want to install. You may want to rename the apk if you’d like.
8. Then type in “adb install APPNAME.apk” In my case the app name is AccuWeather.apk. Like mentioned above, it’s better to rename the app by the name you like to avoid complications later down the road. So in my case I have to type: 
adb install AccuWather.apk
Install APK via ADB 5
9. Upon successful installation, you should see “Success” message inside the tool as shown below.
Install APK via ADB 6
As you can see, the app is successfully installed and can be seen in the app drawer!
Install APK via ADB 7
follow this site several times to learn different issues relating to mobile software technology

No comments: