-2

In my android application, Im using MuPDF 1.2 version which is having 32 bit binaries only.Now the Google Play store is forcing to update the old app to 64 bit compatible.

Is it possible to compile the old mupdf 1.2 to create a 64 bit .so file ?

Any thought is appreciated.

KP_
  • 1,854
  • 25
  • 43

2 Answers2

0

we were able to compile 1.4 version of mupdf but got the following problem: native drawpage() function call crashes if there is no delay before call. After adding a small delay it works when app is running in debug mode. As soon as we release it - it crashes too on drawpage() call and delay doesn't help.

So, if someone can shed some light to this mysterious problem, I'd appreciate it

Adviser2010
  • 115
  • 1
  • 9
-1

We have the same problem. We tried to compile directly from source code of version 1.2 but the original NDK compiler 5 does not support 64bit compilation, while newer (or the latest) NDKs give a specific error in compilation. Did you succeeded somehow?

Rob
  • 1