android-tools icon indicating copy to clipboard operation
android-tools copied to clipboard

How to use the downloaded aapt2 binary instead of the one provided by Android Studio

Open OliverKoo opened this issue 2 years ago • 1 comments

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.

OliverKoo avatar Mar 02 '23 01:03 OliverKoo

android.aapt2FromMavenOverride=path isnt, afaik it works for me

therealtunge avatar Nov 09 '25 11:11 therealtunge