iBotPeaches / Apktool

A tool for reverse engineering Android apk files

Home Page:https://apktool.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]AndroidManifest.xml:316: error: '@2030305280' is incompatible with attribute resource (attr) reference

IcyFeather233 opened this issue · comments

Information

  1. Apktool Version (apktool -version) -2.9.0
  2. Operating System (Mac, Linux, Windows) - Windows 10
  3. APK From? (Playstore, ROM, Other) - F-Droid
  4. Java Version (java --version) - java 12.0.2

Stacktrace/Logcat

图片

Steps to Reproduce

  1. Download https://f-droid.org/repo/org.totschnig.myexpenses_665.apk and rename it to test.apk
    Put apktool.bat, apktool.jar, test.apk in one folder
    图片

  2. Run .\apktool.bat d .\test.apk
    图片

  3. Run .\apktool.bat b test -o new.apk

APK

https://f-droid.org/repo/org.totschnig.myexpenses_665.apk

Questions to ask before submission

  1. Have you tried apktool d, apktool b without changing anything? Yes
  2. If you are trying to install a modified apk, did you resign it? No, I'm not trying to install it.
  3. Are you using the latest apktool version? Yes

Thanks for the report. I'm tracking this in this issue: #3183

This comment in specific: #3183 (comment)

Thanks - closing as duplicate.