Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
APK error. App crashes instantly. — Gideros Forum

APK error. App crashes instantly.

DenisiDenisi Member
edited February 2016 in Bugs and issues
Hi i exported my Gideros project to andriod studio and the apk crashes. the log cat shows this as an error.

02-03 14:56:11.100 4530-4555/info.demimax.DontHittheGhost E/AndroidRuntime: FATAL EXCEPTION: GLThread 186
Process: info.demimax.DontHittheGhost, PID: 4530
java.lang.IllegalArgumentException: No config chosen
at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:874)
at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
02-03 14:56:12.296 4530-4530/info.demimax.DontHittheGhost A/libc: Fatal signal 11 (SIGSEGV) at 0x000001c8 (code=1), thread 4530 (DontHittheGhost)

Would really appreciate some help.

Comments

Sign In or Register to comment.