From da2610bf87b77e8b588ca95667207500cb48adca Mon Sep 17 00:00:00 2001 From: hypnosis-i2p <19966907+hypnosis-i2p@users.noreply.github.com> Date: Sat, 3 Feb 2018 00:48:05 +0800 Subject: [PATCH] added notice about SDK build tools --- docs/devs/building/android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/building/android.md b/docs/devs/building/android.md index 770c3e6..ee9a826 100644 --- a/docs/devs/building/android.md +++ b/docs/devs/building/android.md @@ -8,7 +8,7 @@ Pre-requisites You need to install Android SDK, NDK and QT with android support. -- [SDK](https://developer.android.com/studio/index.html) (choose command line tools only) +- [SDK](https://developer.android.com/studio/index.html) (choose command line tools only, and make sure you installed "Android SDK Build-Tools") - [NDK](https://developer.android.com/ndk/downloads/index.html) - [QT](https://www.qt.io/download-open-source/)(for QT only). Choose one for your platform for android. For example QT 5.6 under Linux would be [this file](http://download.qt.io/official_releases/qt/5.6/5.6.1-1/qt-opensource-linux-x64-android-5.6.1-1.run)