Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 601 Bytes

🤖 Android accept licenses

Accept Android licenses with sdkmanager.

Rationale

The following exception will be thrown when an SDK component cannot be installed if the licence was not accepted.

com.android.builder.sdk.LicenceNotAcceptedException: Failed to install the following Android SDK packages as some licences have not been accepted.

Usage

See action.yml

steps:
  - uses: SimonMarquis/android-accept-licenses@v1