distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

add to document about android sdk licenses agreement #40

Closed divlaine closed 5 years ago

divlaine commented 5 years ago

Hhi. To prevent additional searching add to your dicumentation commands to agree android license agreement

https://stackoverflow.com/questions/39760172/you-have-not-accepted-the-license-agreements-of-the-following-sdk-components

on Windows:

cd "%ANDROID_HOME%"/tools/bin
Run the sdkmanager as follows:

sdkmanager --licenses
And accept the licenses you did not accept yet (but need to).

For more details see the Android Studio documentation, although the current documentation is missing any description on the --licenses option.
marchbold commented 5 years ago

Thanks for this. We normally advise people install android studio and run through the install process which should provide a UI for this. However this is equally acceptable.