-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include x86 and/or 64 bit version of MuPDF library #267
Comments
The x86 is much faster in emulator. |
If this is done then it would be worth looking into create separate APKs for each architecture to keep the APK size as small as possible. http://developer.android.com/google/play/publishing/multiple-apks.html 64 bit support (e.g. on the Nexus 9) is another reason for this issue: http://android-developers.blogspot.co.uk/2014/10/getting-your-apps-ready-for-nexus-6-and.html Can test in a 64 bit emulator: https://plus.google.com/+AndroidDevelopers/posts/XG1WmNDMe8H |
Create separate APKs with gradle: |
As mentioned in #264, we are not including the x86 version of MuPDF. Is this just for APK size reasons?
More tablets are now running on x86, although they (all) will convert the ARM code on the fly so the x86 library isn't essential.
The text was updated successfully, but these errors were encountered: