android-actions / setup-android

Android SDK setup for GitHub Actions
MIT License
208 stars 70 forks source link

Access build-tools #461

Open khamaileon opened 6 months ago

khamaileon commented 6 months ago

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

khamaileon commented 6 months 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.