Android with github action some licences have not been accepted
Android with github action some licences have not been accepted
Before the gradle build step, you probably want to use the setup-android action, because it:
- downloads the SDK commandline tools
- accepts the SDK licenses
You can add it like so:
- name: Setup Android SDK
uses: android-actions/setup-android@v2