Skip to content

Commit

Permalink
fixed jni path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zserge committed Jun 16, 2016
1 parent d59408b commit 7750902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,15 +21,15 @@ libzbar subdirectory, modified to be compiled with NDK, also added minimal
iconv implementation.

Since Android NDK is still a second-class citizen - the best way to deal with
native code is to build it manually, then copy `*.so` into `src/main/jniLibs`
native code is to build it manually, then copy `*.so` into `src/zbar/jniLibs`
of the main project tree.

To rebuild ZBar from the sources (optional step):

cd libzbar
export NDK_PATH=/path/to/your/ndk
NDK_PROJECT_PATH=$(pwd) $NDK_PATH/ndk-build
cp -rv libs/* ../src/main/jniLibs/
cp -rv libs/* ../src/zbar/jniLibs/

To build obsqr APK:

Expand Down

0 comments on commit 7750902

Please sign in to comment.