Connor Tumbleson

Results 630 comments of Connor Tumbleson

I'll use this ticket as the backlogged feature request. Maybe at some point Apktool could reach into the xapk and pull out what it needs, but that gets really confusing...

To save me time, can you share those two applications or even push the test source via PR to this repo under 2701? https://github.com/iBotPeaches/TestApks

Just leaving a note that I attempted to build my own application for replication, kept getting manifest merge errors with a brand new empty application and gave up. I will...

@gramound - Pulled in your test app - thanks as well as fixing source to crash at right location as you mentioned. Have not peeked yet further at this time.

Confirmed. Made a failing test case for now. My guess is I need to rebuild aapt binaries. https://github.com/iBotPeaches/Apktool/pull/2838

aapt binaries + latest framework were added to master. So I will revisit this now.

Well not sure, that stacktrace is mostly redacted and the warnings at the top look to be from within AOSP itself. So not sure we yet have a pinpoint to...

Apktool dumps some files into tmp for executing aapt. This has issues on systems where execution from tmp is disallowed. You may use `-a` to point to a copy of...

See #775 . Attributes inside a `declare-styleable` are moved outside into global scope. APKs didn't seem broken from this and no APKs were provided.