android-tools
android-tools copied to clipboard
How to use the downloaded aapt2 binary instead of the one provided by Android Studio
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, do you know how to l tell Gradle to use the customize downloaded aapt2 binary? I saw this SO post but looks like android.aapt2FromMavenOverride=path to custom aapt2 binary is deprecated.
android.aapt2FromMavenOverride=path isnt, afaik it works for me