0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Sigh .... why are people who cannot found out these simple issues keeping on building the program?

--HG--
extra : rebase_source : 4d0fed9857f924ba8c9c5a317436c0c8deae48ce
This commit is contained in:
Arne Schwabe 2013-03-29 15:55:03 +01:00
parent 6c47bd48c0
commit 3939f72be4

View File

@ -11,8 +11,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)
- Make sure that ndk-build is in your build path.
Do ./build-native.(sh|bat) in the root directory of the project.
Do ./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.