-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aapt2. I need your help. #63
Comments
update |
Are you planning on making a PR to upstream your CMake file @jershell? More people would love to use aapt2 as it's needed while developing Android apps (at least when using Flutter). |
If there is a real valid use case I can try to help but not in this repository probably. Also, I did not find any reason to compile the build tools from source as those can be downloaded from Android Studio or using a direct link. |
It's useful to build those from source for the same reasons that it's useful to build the android-tools from source. In many contexts, source builds are the only option such as Nixpkgs where we don't rely on a global library path. AFAIK downloading the binaries also still requires accepting a hostile EULA. |
I understand that but this project is created to provide platform-tools only. Adding build-tools here will increase dependencies and maintenance effort. For example, mdns feature is disabled in adb for similar reasons. Thanks for sharing your view. I can try to help if the Android build-tools are required in other project. |
In my case I want this because Google doesn't provide prebuilt versions for Linux ARM for no good reason. My work laptop is a M3 macbook pro on which I mainly use Linux so I need an ARM version. |
Hello. I am working on adding aapt2.
Now I have a successful build but I have an error while executing aapt2
Next I used
gdb --args ./vendor/aapt2 version
In build log I see this
Mb you have secret knowledge, how can I fix this? =)
my aapt2 cmake file
The text was updated successfully, but these errors were encountered: