且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

尝试使用libgdx上Genymotion运行Android游戏

更新时间:2023-01-24 20:57:03

您应该尝试在x86本机库添加到您的库中所提到的这个帖子

You should try to add the x86 native libraries to your libs folder as mentioned in this post

要使用的x86当地人,只需从nightlies复制的x86 /文件夹到你的Andr​​oid项目库/文件夹(旁边armeabi和armeabi-V7A文件夹)。在设置 - 用户界面不会自动为你添加这些库。我选择做这种方式暂时为86 Android设备是超级罕见的,你只是炸毁你的APK的大小不必要的。

To use the x86 natives, simply copy the x86/ folder from the nightlies to your Android project’s libs/ folder (next to the armeabi and armeabi-v7a folder). The setup-ui will not add those libraries for you automatically. I opted to do it this way for the time being as x86 Android devices are super rare, and you’d just blow up the size of your APK unnecessarily.