Adb connection configuration environment variable to install the software simulator and unloading

A . By adb connect mobile devices and the installation program

1. Configure environment variables

New ANDROID_HOME : E: \ Windows-Android-sdk

Modify the PATH :

%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;%ANDROID_HOME%\build-tools\21.1.2

 

2. mobile devices connected to the computer

 

3. Enter dos command line: adb install package path

 

The installation is complete

II. Uninstaller

1. decompile get the package name  aapt dump badging  package path

 

2. Uninstall the software  : adb uninstall package name

 

Uninstall successful

 

Guess you like

Origin www.cnblogs.com/yuanyz/p/10980630.html