From abb3f4196be1696d2ac682ed43d16f6e96da7065 Mon Sep 17 00:00:00 2001 From: Gerhard Stein Date: Sat, 19 Sep 2020 09:38:39 +0200 Subject: [PATCH] Another solution when licenses won't get accepted --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.txt b/readme.txt index 3553b60ba..c6ef5df2e 100644 --- a/readme.txt +++ b/readme.txt @@ -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 ===============================================