summaryrefslogtreecommitdiff
path: root/platform/android/example/README
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/example/README')
-rw-r--r--platform/android/example/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/android/example/README b/platform/android/example/README
deleted file mode 100644
index 9a2acc77..00000000
--- a/platform/android/example/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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