LoginSignup
10
10

More than 5 years have passed since last update.

インストールされているアプリのAPKファイルを引っこ抜く

Posted at
adb shell pm list packages

でパッケージ一覧が取得できる。

adb shell pm path com.king.candycrushsaga

package:/data/app/com.king.candycrushsaga-1/base.apkのようなパスが取得できる。
これをadb pullで引っこ抜く。

adb pull data/app/com.king.candycrushsaga-1/base.apk

参考:http://stackoverflow.com/questions/2507960/does-android-keep-the-apk-files-if-so-where

10
10
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
10
10