From 11b36523318c046c91e5cf56669b234a8df0a7ef Mon Sep 17 00:00:00 2001 From: renard314 Date: Mon, 7 Aug 2017 21:47:10 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2376b386f..fce246312 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,7 @@ make sure that you have got the android sdk as well as ndk (r8e) installed * `git submodule update` * `git submodule init` * modify `path` to `ndk-build` in `gradle.properties` -* import `settings.gradle` into android studio or execute `./gradlew assembleDebug` +* cd tess-two/tess-two +* ndk-build -j4 +* cd ../../ +* ./gradlew app:assembleDevelopDebug