Hints about licensing issues in case of any

This commit is contained in:
Gerhard Stein
2017-10-19 19:09:12 +02:00
parent c66e3d5ae1
commit 173d4f193b

View File

@@ -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