Closed GoogleCodeExporter closed 9 years ago
I am unsure whether it's because of the missing framework files. In this case,
shouldn't apktool display a bit more user-friendly error message telling this?
Original comment by CodeFrea...@gmail.com
on 11 Mar 2015 at 12:16
You are correct you are missing a framework, or rather have an outdated one.
Remove the file at $HOME/apktool/framework/1.apk
See FrameworkFiles
ibotpeaches@raganok:~/Downloads/Apktool/Bug779$ apktool d
com.google.android.gm.apk
I: Using Apktool 2.0.0-bbc602-SNAPSHOT on com.google.android.gm.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/ibotpeaches/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
ibotpeaches@raganok:~/Downloads/Apktool/Bug779$
Apktool does have error messages for missing frameworks, but undefined
attributes are difficult to pinpoint a proper message because it doesn't always
mean your frameworks are out of date.
Original comment by connor.tumbleson
on 11 Mar 2015 at 12:18
Original issue reported on code.google.com by
CodeFrea...@gmail.com
on 11 Mar 2015 at 12:06