LoginSignup
7
2

More than 5 years have passed since last update.

androidのapkを実機から吸い出すやり方

Last updated at Posted at 2018-07-03
adb shell pm list packages -f
adb shell cp /data/app/com.sampleapp-1/base.apk /sdcard/base.apk
adb pull /sdcard/base.apk
7
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
2