[FEAT] aapt binaries for arm
See original GitHub issueProblem
Currently apktool-lib
has no prebuild binaries for thr arm architecture. This means, that resources can not be compiled on mobile phones.
Solution
Add pre-built binaries for the arm architecture. Termux currently provides these pre-build binaries and build scripts here.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11 (1 by maintainers)
Top Results From Across the Web
AAPT2 - Android Developers
AAPT2 parses, indexes, and compiles the resources into a binary format that is optimized for the Android platform.
Read more >Request aapt compiled for ARM Linux - XDA Forums
Hello, I've just downloaded apktool and patched an app in Ubuntu on Android but I can't recompile it because aapt is an x86...
Read more >Android - ArchWiki
ARChon is an open source extension to run android apps on Chomium-based browsers. Of course it is also possible to run a full...
Read more >2022 AAPT - American Association of Physics Teachers
Traditional physics laboratory courses featuring pre-optimized experiments do ... data (only self-identified binary genders were used due to.
Read more >How to run 32 bit programs on 64 bit Fedora 17?
(Of course one could also ask why someone ends up putting 32 bit binaries into a binary package called 'Linux 64 bit' ...)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@iBotPeaches We have successfully built aapt2 (and aapt) for several architectures and tested it on android with Apktool and from an Android app: https://github.com/revanced/aapt2/actions/runs/2373859817
@eladkarako your aapt2 binary just prints the help message . not doing anything else. Takes no arguments.