export mupdf and android studio 0.5.4

試著忘記壹切 提交于 2019-12-05 14:15:44

the errors you are getting seem to indicate that your .so files aren't getting integrated correctly into your APK. You can check that by unzipping your APK and looking inside lib/armeabi-v7a, lib/x86, etc

If there is only one .c or .cpp source file under jni/ folder, that may be the cause of this No rule to make target error, there is known bug on Windows: https://code.google.com/p/android/issues/detail?id=66937

If you run into other troubles with Android Studio and the NDK, I've made an article that may help you here: http://ph0b.com/android-studio-gradle-and-ndk-integration/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!