libgdx throwing an exception on helloworld app when ran in emulator

眉间皱痕 提交于 2019-12-05 14:43:29

fixed the issue by making sure the armeabi and armeabi-v7a folders were in /libs of the android project.

I found the problem was caused by trying to run on an android AVD with the intel atom x86 image. I believe you have to use an ARM image.

Source: How to import the x86 folders for android (July 2013)

The developpers told us that they give the missing x86 folder in the latest nightly so that you are not forced to use an ARM emulator.

So download the latest nightly below, and copy the x86 folder to the libs/ folder of your project/library project (where you will also find the armeabi and armeabi-v7a folders)

The latest nightly for libgdx containing the x86 folder to put in libs/

This solved the problem for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!