Re: [android-developers] dlopen error, with working libraries on other phone

2010-08-23 Thread David Turner
Your library seems to be linked against an internal system library (i.e. one that is not exposed by the NDK). If this is the case, this kind of problem is totally normal, each OEM and each platform release is free to modify these system libraries, and sometimes this will break apps that depend care

[android-developers] dlopen error, with working libraries on other phone

2010-08-21 Thread hadesz
Hello! I have a problem: Cant load library with my phone, but an other can open it, why? logcat message:I/dalvikvm( 2747): Unable to dlopen(/system/lib/ libfmradio_jni.so): Cannot load library: link_image[ 1721]: 1959 could not load needed library 'libfmradioplayer.so' for 'libfmradio_jni.so' (r