GdxRuntimeException on Android: couldn't load shared library 'gdx' for target

前端 未结 3 1091
梦毁少年i
梦毁少年i 2020-12-16 19:32

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

3条回答
  •  悲&欢浪女
    2020-12-16 20:04

    I figured out what was the problem.It was working only on Samsung Galaxy S3 from the beginning with some C++ files being loaded and when I edited some of these files, I didn't build using ndk.So when trying to test on another mobile, the new modifications weren't applied. I built them and the application ran successfully.

提交回复
热议问题