I\'m having the same issue as in this question, but the answers there doesn\'t solve my problem.
I didn\'t create project by gdxsetup.jar, I just included gdx.jar an
The problem I had was that for some reason libgdx.so was not copied to any of the armeabi, armeabi-v7a or x86 folders in the android project's lib folder.
libgdx.so
armeabi
armeabi-v7a
x86
lib
Copying these over from the libgdx distribution worked for me.