Skip to content
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

Open
intrications opened this issue Sep 11, 2014 · 4 comments
Open

Include x86 and/or 64 bit version of MuPDF library #267

intrications opened this issue Sep 11, 2014 · 4 comments

Comments

@intrications
Copy link
Collaborator

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.

@zhouhao27
Copy link

The x86 is much faster in emulator.

@intrications
Copy link
Collaborator Author

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

@intrications intrications changed the title Include x86 version of MuPDF library Include x86 and/or 64 bit version of MuPDF library Nov 16, 2014
@intrications
Copy link
Collaborator Author

Create separate APKs with gradle:

http://ph0b.com/android-studio-gradle-and-ndk-integration/

@intrications
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants