Connor Tumbleson
Connor Tumbleson
I got a different crash, then tried 2 and got something else. aapt2 ``` W: brut_util_Jar_3092712356914815515190864867650699858.tmp F 12-04 06:04:19 9546 9546 PrivateAttributeMover.cpp:84] Check failed: priv_attr_type->entries.empty() brut.androlib.AndrolibException: brut.common.BrutException: could not exec...
> This issue started for me after a commit which changed how dummy attributes were produced, this one I think, > [1422293](https://github.com/iBotPeaches/Apktool/commit/1422293b71b99806ef0afdf6ae9b8abdfb3087ac) This is intentional and I don't think I'll...
Not sure how we regressed here. I have a test that ensures `compileSdkVersion` does not change. This must be `aapt1` related
Old ``` ➜ debug git:(master) ✗ aapt d xmltree app-debug.apk AndroidManifest.xml | grep 'compileSdkVersion' A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10") ➜ debug git:(master) ✗ ``` Rebuilt ``` ➜ dist...
> Is there any update on this issue? Not that I see. Still open and waiting to be worked on.
I took a look at this and debating closing as no-fix. Apktool by nature is using different build tools to rebuild the application. Forging aapt/aapt2 to lie about the build...
> Maybe we can use ``. I don't know if there is a sure fire way to determine that. Since CDATA takes everything literal, I'm not sure without crawling the...
Confirmed. Marked as bug. Seems lots of confusion docs about this. 1. Here is list of things we should escape (no
Great. Facebook is doing something crazy with resources. Looks like a tweaked (probably custom) version of AndroResGuard. There are two types of images I see - `**.g.png` and some `.m4a`...
I have a good idea of how it works. Been doing this never ending patch war with AndroResGuard for years. However, AndroResGuard just needs to run on a device, so...