Install APK

Start adb, list devices, remount, and install an APK.

adb start-server
adb devices
adb remount
adb install [.apk name].apk

Caution: adb remount remounts the system partition.

Updated: 2026 Aug 19