I have a libTest.so that does not load on some devices. logcat is absolutely useless. Using arm-linux-androideabi-readelf.exe -d libTest.so I was able to see al
arm-linux-androideabi-readelf.exe -d libTest.so
If you don't have the NDK try doing:
readelf --dynamic filename | grep NEEDED
to display the dynamic libraries for an elf binary.