diff options
-rw-r--r-- | doc/README.txt | 8 | ||||
-rw-r--r-- | icsopenvpn.iml | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/doc/README.txt b/doc/README.txt index c1cc70d2..e2927d25 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -10,15 +10,11 @@ svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad - Install sdk -- Install ndk (Version 8d gives strange linker errors, use 8b for now) +- Install ndk (Versions 8c+ give strange linker errors, use 8b for now) - Make sure that ndk-build is in your build path. Do ./misc/build-native.(sh|bat) in the root directory of the project. -You may need to refresh the project and clean the project in eclipse - to have the libraries included the resulting apk. - -Use eclipse with android plugins to build the project. - +After that build the project using gradle build. FAQ diff --git a/icsopenvpn.iml b/icsopenvpn.iml index 922231a6..80102595 100644 --- a/icsopenvpn.iml +++ b/icsopenvpn.iml @@ -11,8 +11,6 @@ <facet type="android-gradle" name="Android-Gradle"> <configuration> <option name="GRADLE_PROJECT_PATH" value=":" /> - <option name="PROJECT_ABSOLUTE_PATH" value="$MODULE_DIR$" /> - <option name="GRADLE_HOME_DIR_PATH" /> </configuration> </facet> </component> |