diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2013-06-15 19:22:50 +0200 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2013-06-15 19:22:50 +0200 | 
| commit | 44e8a11fd50df2a8685d5fb135bf3b5f0b3c1f6e (patch) | |
| tree | 87cae5f72d56eda2e7494b46c7c093a7cbdd0da6 | |
| parent | 4c1d60b96ca0eefcf819d6ca7b0d332551845a20 (diff) | |
gradle
| -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>  | 
