ldd for android

https://groups.google.com/group/android-developers/browse_thread/thread/c5816f9c10df1aef
https://sites.google.com/site/lapndaandroid/ldd-for-android
http://stackoverflow.com/questions/15534104/ldd-equivalent-on-android
http://www.cnblogs.com/yunsean/archive/2010/12/10/1902104.html




readelf or objdump
> there is no ldd for android available in the ndk. is it available 
> somewhere else ? 
> It is useful when troubleshooting libraries. 






You should be able to get that information from readelf or objdump, which 
are supplied 




e:\android-ndk-r7-windows\mytoolchain\bin\arm-linux-androideabi-readelf.exe


i686-unknown-linux-gnu-objdump  -x libv4lCameraLib.so | grep NEEDED
e:\android-ndk-r7-windows\mytoolchain\bin\arm-linux-androideabi-objdump.exe
e:\android-ndk-r7-windows\mytoolchain\bin\arm-linux-androideabi-strip.exe
e:\android-ndk-r7-windows\mytoolchain\bin\arm-linux-androideabi-strings.exe


 nm hello

你可能感兴趣的:(ldd for android)