From 3cdb101df65081c4946b628438809bc817ee8c60 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 10 Oct 2017 04:21:54 +0300 Subject: [PATCH] [sample][polyhedron][doc] prerequisites --- samples/androidNativeActivity/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/androidNativeActivity/README.md b/samples/androidNativeActivity/README.md index ea8901506c7..6c8b448d1f4 100644 --- a/samples/androidNativeActivity/README.md +++ b/samples/androidNativeActivity/README.md @@ -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= ../gradlew buildApk`.