Hello everyone,
Someone can tell me how to create the library .so to use on the Android for all architecture?
I have success to find for armeabi / armeabi-v7 / mips / mips64 but I have problem to build it for x86 and x86_64.
Thanks
Hello everyone,
Someone can tell me how to create the library .so to use on the Android for all architecture?
I have success to find for armeabi / armeabi-v7 / mips / mips64 but I have problem to build it for x86 and x86_64.
Thanks
Hi @lailton
Running make build
should build all targets including both 32 and 64-bit x86 architectures (although we don’t currently support targeting any MIPS variants). What error do you receive during your build?