Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Remove platform/android/example directory. | Tor Andersson | |
The Android example viewer has been moved to its own git repository. | |||
2016-11-15 | Update JNI code to load 32 or 64 bit DLL as appropriate. | Robin Watts | |
Make the JNI code detect whether it is running on a 32 or 64 bit machine, and change the name of the DLL appropriately. Update Android Makefile to make mupdf_java32 instead of mupdf_java. Update Java Makefile to make mupdf_java32 or mupdf_java64 based on the system it is running on. This choice can be overruled by defining BITS to be "32" or "64" before calling make. Update Windows Solution to make mupdf_java32 or mupdf_java64 as appropriate. | |||
2016-07-15 | android example - VERY brief build instructions. | fred ross-perry | |