summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-29 15:55:03 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-29 15:55:03 +0100
commit3939f72be47015b617c0a6a8f4a45a9e91db3fc3 (patch)
tree9f6f68df61f257d6d194cc4b941de04f0dbbbf8b
parent6c47bd48c05b2cfa59162ddbf13963d9be07b802 (diff)
Sigh .... why are people who cannot found out these simple issues keeping on building the program?
--HG-- extra : rebase_source : 4d0fed9857f924ba8c9c5a317436c0c8deae48ce
-rw-r--r--README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 5c70f2c7..50424d14 100644
--- a/README.txt
+++ b/README.txt
@@ -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.