GdxRuntimeException on Android: couldn't load shared library 'gdx' for target
I've developed a Libgdx application and tested it on my Samsung Galaxy S3(4.1.2) where it is working great. I tried to test it on a Galaxy Grand(4.1.2) but it failed. In the logcat, I found the following: caused by com.badlogic.gdx.utils.GdxRuntimeException couldn't load shared library 'gdx' for target: Linux, 32-bit This happened when changing the device only so any idea what is the cause?! The complete logcat: 05-22 20:25:01.745: E/AndroidRuntime(12725): FATAL EXCEPTION: main 05-22 20:25:01.745: E/AndroidRuntime(12725): java.lang.ExceptionInInitializerError 05-22 20:25:01.745: E