Connor Tumbleson
Connor Tumbleson
I got a slightly different error. ``` W: /media/ibotpeaches/AOSP/Apktool/3352/base/res/values/styles.xml:4: error: Error: String types not allowed (at 'APKTOOL_DUMMYVAL_0x7f050216' with value 'APKTOOL_MISSING_0x7f0103fc'). ``` Which does look odd. ```xml APKTOOL_MISSING_0x7f0103fc @drawable/APKTOOL_DUMMYVAL_0x7f0901e8 ``` In...
As you mention the icon becoming corrupted. I believe this may resolve it - https://github.com/iBotPeaches/Apktool/pull/3360 I'm testing this out on another ticket and no longer seeing icon corruption - just...
> Same error using `aapt2_64.exe` from [here](https://github.com/iBotPeaches/Apktool/blob/b82a044c4f2cedd7184bc7a1f6e3ca8c9c449965/brut.apktool/apktool-lib/src/main/resources/prebuilt/windows/aapt_64.exe): aapt isn't invoked at that point. I'd hold till next release for the moment unless you want to really mess with bleeding edge...
> I can test it pretty quickly so I don't see why not - if you have an `apktool.jar` of the new build I'll just swap it out and rerun...
Okay to the backlog it goes. Sorry! Will focus after I finish up 2.9.x, thanks for testing.
@vaibhavpandeyvpz docker container is only a few days old. Haven't worked out all the kinks with it, then Android 14 dropped. So it's on the back burner.
Took a look at this again - the warning during compilation is because there is no `resources.arsc` for this logic to detect if resource disassembly was enabled or not. Seems...
Since the stacktrace appears to be in userland - I'm guessing this is some anti-tamper code. You can run some tests with like * `-r` - skip resources * `-s`...
You can pull a bleeding edge build from the artifacts of the latest build here - https://github.com/iBotPeaches/Apktool/actions/runs/8048426591 This has an internal upgrade to smali/baksmali. I would try that. If no,...
hmm thats odd. Thanks for details. I'm watching some updates to upstream smail for newer dex types. Though you are targeting API 29, so probably that. Either way you might...