summaryrefslogtreecommitdiff
path: root/platform/android/example/README
blob: 9a2acc7791de76fe2444b14f940d3439a2aae0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This is a very basic example viewer using the new JNI classes.

The build system is a bit incomplete.

You need gradle 2.10 (exactly!).

Copy the libmupdf_java.so file from the original viewer build:
	$ cd ../viewer && ndk-build
	$ cp ../viewer/libs/armeabi-v7a/libmupdf_java.so mupdf/libs/armeabi-v7a/libmupdf_java.so

Build and install on device:
	$ gradle-2.10 installArmDebug