From 76e1114a1f81f89403c9ccee3f3428b763443331 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 6 Jul 2016 11:30:11 -0400 Subject: [PATCH] Update build_notes_android.md --- docs/build_notes_android.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build_notes_android.md b/docs/build_notes_android.md index 7e3f91fa..dcce4a4d 100644 --- a/docs/build_notes_android.md +++ b/docs/build_notes_android.md @@ -5,7 +5,7 @@ You need to install Android SDK, NDK and QT with android support. SDK (choose command line tools only) https://developer.android.com/studio/index.html -NDK +NDK https://developer.android.com/ndk/downloads/index.html QT @@ -34,9 +34,9 @@ git clone https://github.com/PurpleI2P/android-ifaddrs.git Building the app ---------------- -Open qt/i2pd_qt/i2pd_qt.pro in the QT-creator. -Change line MAIN_PATH = /path/to/libraries to actual path where did you put the dependancies to. -Select appropriate project (usually armeabi-v7a) and build. +Open qt/i2pd_qt/i2pd_qt.pro in the QT-creator. +Change line MAIN_PATH = /path/to/libraries to actual path where did you put the dependancies to. +Select appropriate project (usually armeabi-v7a) and build. You will find an .apk file in android-build/bin folder.