im currently using MuPDF
in my android application, when i built it from source (based on ReadMe.txt) it's only generate .so
file for armeabi
and armeabi-v7a
but not x86
and MIPS
, when i run the app on arm arch devices (Samsung Galaxy Tab 7), it looks good. But not in mips
arch. my question is how i can generate x86
and MIPS
shared object file? if any other solution, i will appreciate it...
PS: i'm using android ndk r8d
, i tried to change with android-ndk-r6b
but i got same problem.