最終更新:2019-01-09 (水) 18:51:45 (1933d)  

adb install
Top / adb install

adb install <apk>

man

app installation:
 install [-lrtsdg] PACKAGE
 install-multiple [-lrtsdpg] PACKAGE...
     push package(s) to the device and install them
     -l: forward lock application
     -r: replace existing application
     -t: allow test packages
     -s: install application on sdcard
     -d: allow version code downgrade (debuggable packages only)
     -p: partial application install (install-multiple only)
     -g: grant all runtime permissions

アンインストール

  • pm uninstall?

関連