android-tools
android-tools copied to clipboard
Android tools built for Android devices.
I faced no issue in loading the shared library in MainActivity.java So I loaded the shared libraries from private storage as follows: ``` System.load("/data/data/com.myexample.runaapt2so/files/platform/x86/system/lib/libc++.so"); System.load("/data/data/com.myexample.runaapt2so/files/platform/x86/system/lib/libprotobuf-cpp-lite.so"); System.load("/data/data/com.myexample.runaapt2so/files/x86/lib/libaapt2.so"); ``` I added two...
Aidl
How used aidl binary? pathToAIDL -I pathTo/framework.aidl pathToFolderAidlFiles
How to implement the project in an Android app?
Reminder
bro, we are still waiting for the new android-11 AAPT2 and more, can you upload them ?
Hello, I am planning on using the aapt2 binary in the build folder for our CI process. Our CI fleet is moving to Graviton (arm64) so this is super helpful,...
I'm trying to run pre-build aapt downloaded from this repository, but no success. Android 9 version crashes with ``` fmatos@fabio-mac:~/Downloads -$ ./aapt2\(1\) compile file libc: pthread_create failed: couldn't mprotect TLS:...
The `aapt2` here doesn't support some options, and some flags, for example, the `--source-path` option, which is used in **gradle**. This causes errors, and eventually never get to compile applications.