0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 19:42:29 +02:00
This commit is contained in:
Arne Schwabe 2013-06-15 19:22:50 +02:00
parent 4c1d60b96c
commit 44e8a11fd5
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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>