Browse Source

Merge pull request #13 from hypnosis-i2p/patch-1

added notice about SDK build tools
pull/14/head
orignal 6 years ago committed by GitHub
parent
commit
bd8f46c7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/devs/building/android.md

2
docs/devs/building/android.md

@ -8,7 +8,7 @@ Pre-requisites @@ -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)

Loading…
Cancel
Save