LoginSignup
0
1

More than 5 years have passed since last update.

apktool実行時に「ERROR: Asset package include 」が発生する

Posted at

Problem

apktool実行時に、以下のエラーが発生する。

$ apktool b /home/hoge
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
ERROR: Asset package include '/home/hoge/apktool/framework/1.apk' not found.

aaptのバージョンによっては、上記のエラーが発生することがわかった。
参考: AAPT 21.0.2 failed to build with error Asset package include '%s' not found.

Solution

適切なaaptを使うことで解決する。
以下のサイトの「aapt」と「apktool_1.5.2.jar」の組み合わせで試したところ、正常に動作した。

Index of /apktool

0
1
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
0
1