Couldn't load shared library 'gdx' for target

后端 未结 4 967
没有蜡笔的小新
没有蜡笔的小新 2021-01-18 17:18

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

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 17:37

    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.

    Copying these over from the libgdx distribution worked for me.

提交回复
热议问题