From 9776a3ac49601c34124be5a1ef6db73571b104b9 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Wed, 17 Feb 2021 18:19:58 -0800 Subject: [PATCH] Add more details to the Android export instructions --- tutorials/export/exporting_for_android.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index b61e9384a..2a84f3bb8 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -11,10 +11,17 @@ Download the Android SDK Download and install the Android SDK. -- You can install it using `Android Studio `__. +- You can install it using `Android Studio version 4.1 or later `__. - Run it once to complete the SDK setup using these `instructions `__. - Ensure that the `required packages `__ are installed as well. + + - Android SDK Platform-Tools version 30.0.5 or later + - Android SDK Build-Tools version 30.0.1 + - Android SDK Platform 29 + - Android SDK Command-line Tools (latest) + - CMake version 3.10.2.4988404 + - NDK version 21.4.7075529 - You can install it using the `command line tools `__. @@ -22,17 +29,17 @@ Download and install the Android SDK. :: - sdkmanager --sdk_root= "platform-tools" "build-tools;30.0.1" "platforms;android-29" "cmdline-tools;latest" + sdkmanager --sdk_root= "platform-tools" "build-tools;30.0.1" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529" .. note:: If you are using Linux, **do not use an Android SDK provided by your distribution's repositories as it will often be outdated**. -Install OpenJDK +Install OpenJDK 8 ----------------- -Download and install `OpenJDK `__. +Download and install `OpenJDK 8 `__. Create a debug.keystore -----------------------