diff options
author | Parménides GV <parmegv@sdf.org> | 2014-04-09 22:14:00 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-04-09 22:14:00 +0200 |
commit | f4ebecb9076d5c186fe2a2f64c77b059dfe9d60d (patch) | |
tree | 3a0dc6aa0adef60a4e4bee8f24421db2d4fdcf5a /README.md | |
parent | 4a8c2f34c3bbac63e0900f86bff53d11b7831151 (diff) |
Instructions to build NDK sources.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ to be installed in your development environment. In addition you'll need ant/bin, android/tools, 'platforms-tools' and 'android-ndk-r9d' in your enviroment path. +### Native sources + +To build NDK sources, you need to issue these commands: + +* cd app +* ./build-native.sh +* cd .. (to get back to the project directory) + ### Command line * ./gradlew build |