summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.