Skip to content

Commit

Permalink
完善Zbar加载模式
Browse files Browse the repository at this point in the history
  • Loading branch information
秋逸 committed Apr 13, 2017
1 parent a7436ca commit 76e2fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public class ZbarManager {

static {
// System.loadLibrary("zbar");
System.load("data/data/com.vondear.rxtools/lib/libzbar.so");
System.load("data/data/com.vondear.rxtools/lib/libZBarDecoder.so");
System.load("data/data/com.vondear.rxtools/lib/libzbar.so");
}

public native String decode(byte[] data, int width, int height, boolean isCrop, int x, int y, int cwidth, int cheight);
Expand Down

0 comments on commit 76e2fbe

Please sign in to comment.