Another solution when licenses won't get accepted

This commit is contained in:
Gerhard Stein
2020-09-19 09:38:39 +02:00
parent 5936ff80b5
commit abb3f4196b

View File

@@ -80,6 +80,10 @@ Retry with
./sdkmanager --licenses
If the system tells you that the licenses were accepted, but the build system tells otherwise, it might be looking at the wrong path. Symlinking the licenses directory might solve your problem:
ln -s $ANDROID_HOME/licenses project
How to compile a specific SDL based application
===============================================