How to use ADB to install apk?

Masrepus

Senior Member
Feb 12, 2013
768
99
0
The complete command is always displayed in android studio, i cant be 100% sure about the parameters, but it should be adb install ... (I think android studio uses adb install -p)

Edit: ah no it is pm install instead of adb install

---------------------------------
Phone : Nexus 4
OS :
- KitKat 4.4.4 stock
- Xposed: 58(app_process); 54(bridge)
- SU: SuperSU
- no custom recovery
---------------------------------

4d 61 73 72 65 70 75 73 20 66 74 77

Gesendet von Tapatalk
 
Last edited:

woff

Senior Member
Jul 23, 2014
137
39
0
Taiwan
The complete command is always displayed in android studio, i cant be 100% sure about the parameters, but it should be adb install ... (I think android studio uses adb install -p)

Edit: ah no it is pm install instead of adb install

---------------------------------
Phone : Nexus 4
OS :
- KitKat 4.4.4 stock
- Xposed: 58(app_process); 54(bridge)
- SU: SuperSU
- no custom recovery
---------------------------------

4d 61 73 72 65 70 75 73 20 66 74 77

Gesendet von Tapatalk
thank you ,I try it:)