[sample][polyhedron][doc] prerequisites

This commit is contained in:
Vasily Levchenko
2017-10-10 04:21:54 +03:00
committed by Vasily Levchenko
parent 6457e97364
commit 3cdb101df6
+2 -1
View File
@@ -3,7 +3,8 @@
The example will render a textured dodecahedron using OpenGL ES library. It can be rotated with fingers.
Please make sure that Android SDK version 25 is installed, using Android SDK manager in Android Studio.
See https://developer.android.com/studio/index.html for more details on Android Studio.
See https://developer.android.com/studio/index.html for more details on Android Studio or
`$ANDROID_HOME/tools/bin/sdkmanager "platforms;android-25" "build-tools;25.0.2"` from command line.
To build use `ANDROID_HOME=<your path to android sdk> ../gradlew buildApk`.