android - UnsatisfiedLinkError: Cannot load library: reloc_library[1306]: 72 cannot locate '__isnanf' -


i'm trying run app using apv native library android.

i've changed package names in library , compiled using script included in library , separately using ndk-build command in terminal. placed resultant .so files in jnilibs folder this:-

  • jnilibs/armeabi/libapv.so
  • jnilibs/armeabi-v7a/libapv.so
  • jnilibs/x86/libapv.so

all of has made me run app on nexus 4, moto g , xperia t doesn't run on other devices (galaxy tab 10 inch, galaxy s3, asus memopad) , throws above error.

i don't know what's amiss here. can please help?

i guess you're using latest version of ndk (ndkr10c) right? faced same problem cocos2d-x & ndkr10c -> revert ndkr9d -> worked me


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -