Issue
I'm trying to run an app using apv native library for android.
I've changed the package names in the library and compiled it using the script included in the library and also separately using ndk-build
command in the terminal. I placed the resultant .so files in the jniLibs folder like this:-
jniLibs/armeabi/libapv.so
jniLibs/armeabi-v7a/libapv.so
jniLibs/x86/libapv.so
All of this has made me successfully run the app on Nexus 4, Moto G and Xperia T but it doesn't run on other devices (Galaxy Tab 10 inch, Galaxy S3, Asus Memopad) and throws the above error.
I don't know what's amiss here. Can somebody please help?
Solution
I guess that you're using latest version of NDK (NDKr10c) right? I faced same problem with cocos2d-x & NDKr10c -> Revert to NDKr9d -> it worked for me
Answered By - Thuong
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.