android-actions / setup-android

Android SDK setup for GitHub Actions
MIT License
182 stars 61 forks source link

Access build-tools #461

Open khamaileon opened 1 month ago

khamaileon commented 1 month ago

I'd like to use apksigner, which is in the build-tools folder. How can I do this?

khamaileon commented 1 month ago

In the end, I had this in my pipeline:

- run: echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH"

Could be nice to have it in setup-android.