From 173d4f193b5d2ae1a06c5f2ad75cbccb03eeeb11 Mon Sep 17 00:00:00 2001 From: Gerhard Stein Date: Thu, 19 Oct 2017 19:09:12 +0200 Subject: [PATCH] Hints about licensing issues in case of any --- readme.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/readme.txt b/readme.txt index d9f7a4895..66c6542fe 100644 --- a/readme.txt +++ b/readme.txt @@ -61,6 +61,28 @@ to compile it remove project/jni/application/src symlink and make new one pointi Note that GL ES is NOT pure OpenGL - there are no glBegin() and glEnd() call and other widely used functions, and generally it will take a lot of effort to port OpenGL application to GL ES. + +Licensing issues when using gradle +================================== + +cd into android-sdk-linux/tools/bin + + +and + +./sdkmanager --licenses + +if that does not work you need to update + +./sdkmanager --update + +Accept the license with 'y'. It might download additional stuff, yet not sure, why... + +Retry with + +./sdkmanager --licenses + + How to compile a specific SDL based application =============================================== . build/envsetup.sh