Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android export error with logcat output #20909

Closed
TaofeekS opened this issue Aug 11, 2018 · 2 comments
Closed

Android export error with logcat output #20909

TaofeekS opened this issue Aug 11, 2018 · 2 comments

Comments

@TaofeekS
Copy link

TaofeekS commented Aug 11, 2018

Godot version:

Godot version 3.0.5 & Godot version 3.0.4

OS/device including version:

Hp
Ram size: 4gb

Issue description:

i try exporting my game to my android phone which android version is norgat(7.0) it installed perfectly but it will stop immediately with error message "sorry game has stopped" i try using andriod studio logcat and it print out this information

--------- beginning of crash
08-09 21:33:28.037 29344-29359/org.godotengine.brave E/AndroidRuntime: FATAL EXCEPTION: GLThread 5045
    Process: org.godotengine.brave, PID: 29344
    java.lang.RuntimeException: createContext failed: EGL_SUCCESS
        at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1245)
        at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1236)
        at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1086)
        at android.opengl.GLSurfaceView $GLThread.guardedRun(GLSurfaceView.java:1462)
        at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1299)

the jdk version i installed is jdk1.8.0_181, my adb is up to date and i have tried export to other devices it still the same problem and the game i want to export is a 2D game

i dont know if there is something am missing when it comes to exporting to android
thanks

Steps to reproduce:

Minimal reproduction project:

@volzhs
Copy link
Contributor

volzhs commented Aug 11, 2018

this log does not give any useful information.
did you try to install and run empty project?

@Chaosus Chaosus changed the title Andriod export error with logcat output Android export error with logcat output Aug 21, 2018
@clayjohn
Copy link
Member

clayjohn commented Sep 4, 2019

Superceded by #31420

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants