• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android (solved) apk force close when compile

N

nizar29

Guest
I have a project.it can be played in Windows. but can't compile to android. when the project is compiled into android, the project is immediately force closed. I'm confused as to why. is there a solution to fix this?

sorry my English is bad
01-14 14:55:45.299 6186 6186 I yoyo : onWindowFocusChanged(true|false)

01-14 14:55:45.304 6186 6186 I yoyo : Setting vis flags to 5894

01-14 14:55:45.305 6186 6186 I yoyo : resumeApp

01-14 14:55:45.350 6186 6186 I yoyo : GAMEPAD: Bonded Bluetooth devices read

01-14 14:55:45.353 6186 6186 D yoyo : ****** Found API level 12 function! Joysticks supported

01-14 14:55:45.359 6186 6186 I yoyo : GAMEPAD: Enumeration complete

01-14 14:55:45.363 6186 6221 I yoyo : chooseConfig

01-14 14:55:45.371 6186 6221 I yoyo : OpenGL ES Extensions : GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8 GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_OES_surfaceless_context GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug GL_EXT_sRGB GL_EXT_robustness

01-14 14:55:45.371 6186 6221 I yoyo : Device supports 32bit display formats

01-14 14:55:45.373 6186 6221 I yoyo : 16 bit colour depth forced

01-14 14:55:45.379 6186 6221 I yoyo : Trying EGL config : EGLConfig 7: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFFER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=8192 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_MAX_PBUFFER_PIXELS=67108864 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=4 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=0 EGL_SURFACE_TYPE=5125 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=0 EGL_TRANSPARENT_GREEN_VALUE=0 EGL_TRANSPARENT_BLUE_VALUE=0

01-14 14:55:45.381 6186 6221 I yoyo : Selected EGL config working

01-14 14:55:45.384 6186 6186 I yoyo : Resuming the C++ Runner/resetting GL state

01-14 14:55:45.398 6186 6221 I yoyo : Renderer instance is gl1.1, framebuffer object is: 0

01-14 14:55:45.403 6186 6221 I yoyo : APK File Path :: /data/app/com.zeyplan.angrykitty-d45gcUTXpgBv3p3BlziDFA==/base.apk

01-14 14:55:45.406 6186 6221 I yoyo : OpenGL ES-2.0 is supported: 196610

01-14 14:55:45.504 6186 6186 I yoyo : Setting vis flags to 5894

--------- beginning of crash

01-14 14:55:45.630 6186 6221 E AndroidRuntime: FATAL EXCEPTION: GLThread 2518

01-14 14:55:45.630 6186 6221 E AndroidRuntime: Process: com.zeyplan.angrykitty, PID: 6186

01-14 14:55:45.630 6186 6221 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown type

01-14 14:55:45.630 6186 6221 E AndroidRuntime: at android.opengl.GLUtils.getType(GLUtils.java:71)

01-14 14:55:45.630 6186 6221 E AndroidRuntime: at android.opengl.GLUtils.texSubImage2D(GLUtils.java:189)

01-14 14:55:45.630 6186 6221 E AndroidRuntime: at com.zeyplan.angrykitty.DemoRenderer.onSurfaceCreated(DemoRenderer.java:332)

01-14 14:55:45.630 6186 6221 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1539)

01-14 14:55:45.630 6186 6221 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)

01-14 14:55:45.694 6186 6186 I yoyo : onPause

01-14 14:55:45.698 6186 6186 I yoyo : Pausing the Runner

01-14 14:55:46.016 6186 6186 I yoyo : Setting vis flags to 5894

01-14 14:55:46.031 6186 6186 I yoyo : onWindowFocusChanged(false|false)

01-14 14:55:46.035 6186 6186 I yoyo : Setting vis flags to 5894

01-14 14:55:46.091 6186 6186 I yoyo : Setting vis flags to 5894

01-14 14:55:46.485 6186 6186 I yoyo : Setting vis flags to 5894

01-14 14:55:46.529 6186 6186 I yoyo : onStop

01-14 14:55:46.529 6186 6186 I yoyo : onDestroy

01-14 14:55:46.536 6186 6186 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.

01-14 14:55:50.541 6380 6380 I yoyo : onCreate

01-14 14:55:50.545 6380 6380 I yoyo : #######!!!!!!! Checking for runner - found assets

01-14 14:55:50.546 6380 6380 I yoyo : ###@@@@!!!~~~~###### versionName - 1.0.0

01-14 14:55:50.553 6380 6380 I yoyo : ###@@@@!!!~~~~###### default orientation - 1

01-14 14:55:50.553 6380 6380 I yoyo : #####!!!! package name is com.zeyplan.angrykitty

01-14 14:55:50.553 6380 6380 I yoyo : Loading INI from manifest file

01-14 14:55:50.554 6380 6380 I yoyo : INI loaded from AndroidManifest.xml

01-14 14:55:50.555 6380 6380 I yoyo : Attempting to initialise extension class com.zeyplan.angrykitty.androidHome

01-14 14:55:50.555 6380 6380 I yoyo : No Init method found on extension class:androidHome returned com.zeyplan.angrykitty.androidHome.Init []

01-14 14:55:50.556 6380 6380 I yoyo : @@@@@@@ Build.Display = M1AJQ.J710FXXU5CRJD BRAND=samsung DEVICE=j7xelte MANUFACTURER=samsung MODEL=SM-J710F PRODUCT=j7xeltexx

01-14 14:55:50.556 6380 6380 I yoyo : @@@@@@@ XPeriaPlay=false manufacturer=false model=false

01-14 14:55:50.557 6380 6380 I yoyo : Extension Class not found: com.zeyplan.angrykitty.GooglePlayLicensingAsExt attempting to call checkLicensing

01-14 14:55:50.557 6380 6380 I yoyo : !!!!!!! Checking if APK Expansion file required...

01-14 14:55:50.557 6380 6380 I yoyo : + + + + setupView + + + +

01-14 14:55:50.587 6380 6380 I yoyo : #####!!!! package name is com.zeyplan.angrykitty

01-14 14:55:50.588 6380 6380 I yoyo : Loading INI from manifest file

01-14 14:55:50.591 6380 6380 I yoyo : INI loaded from AndroidManifest.xml

01-14 14:55:50.591 6380 6380 I yoyo : RestrictOrientation setting from YYPrefs

01-14 14:55:50.591 6380 6380 I yoyo : RestrictOrientation("true", "false"true"false")

01-14 14:55:50.691 6380 6380 I yoyo : Reading GL config option...

01-14 14:55:50.692 6380 6380 I yoyo : Using OpenGL ES 1 renderer

01-14 14:55:50.693 6380 6380 I yoyo : DemoGLSurfaceView: CREATED

01-14 14:55:50.711 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:50.721 6380 6380 I yoyo : !!!!!!! Using frame count timing if possible...

01-14 14:55:50.725 6380 6380 I yoyo : onStart

01-14 14:55:50.730 6380 6380 I yoyo : onResume

01-14 14:55:50.733 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:50.793 6380 6380 I yoyo : calculated orientation - 1

01-14 14:55:50.892 6380 6396 I yoyo : chooseConfig

01-14 14:55:50.896 6380 6396 I yoyo : OpenGL ES Extensions : GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8 GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_OES_surfaceless_context GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug GL_EXT_sRGB GL_EXT_robustness

01-14 14:55:50.897 6380 6396 I yoyo : Device supports 32bit display formats

01-14 14:55:50.898 6380 6396 I yoyo : 16 bit colour depth forced

01-14 14:55:50.899 6380 6396 I yoyo : Trying EGL config : EGLConfig 7: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFFER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=8192 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_MAX_PBUFFER_PIXELS=67108864 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=4 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=0 EGL_SURFACE_TYPE=5125 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=0 EGL_TRANSPARENT_GREEN_VALUE=0 EGL_TRANSPARENT_BLUE_VALUE=0

01-14 14:55:50.901 6380 6396 I yoyo : Selected EGL config working

01-14 14:55:50.905 6380 6396 I yoyo : Renderer instance is gl1.1, framebuffer object is: 0

01-14 14:55:50.906 6380 6396 I yoyo : APK File Path :: /data/app/com.zeyplan.angrykitty-d45gcUTXpgBv3p3BlziDFA==/base.apk

01-14 14:55:50.909 6380 6396 I yoyo : OpenGL ES-2.0 is supported: 196610

01-14 14:55:50.984 6380 6380 I yoyo : onWindowFocusChanged(true|false)

01-14 14:55:50.987 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.011 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.106 6380 6396 E AndroidRuntime: FATAL EXCEPTION: GLThread 2546

01-14 14:55:51.106 6380 6396 E AndroidRuntime: Process: com.zeyplan.angrykitty, PID: 6380

01-14 14:55:51.106 6380 6396 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown type

01-14 14:55:51.106 6380 6396 E AndroidRuntime: at android.opengl.GLUtils.getType(GLUtils.java:71)

01-14 14:55:51.106 6380 6396 E AndroidRuntime: at android.opengl.GLUtils.texSubImage2D(GLUtils.java:189)

01-14 14:55:51.106 6380 6396 E AndroidRuntime: at com.zeyplan.angrykitty.DemoRenderer.onSurfaceCreated(DemoRenderer.java:332)

01-14 14:55:51.106 6380 6396 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1539)

01-14 14:55:51.106 6380 6396 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)

01-14 14:55:51.168 6380 6380 I yoyo : onWindowFocusChanged(false|false)

01-14 14:55:51.172 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.173 6380 6380 I yoyo : onPause

01-14 14:55:51.180 6380 6380 I yoyo : Pausing the Runner

01-14 14:55:51.332 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.347 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.354 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.492 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.515 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.675 6380 6380 I yoyo : Setting vis flags to 5894

01-14 14:55:51.770 6380 6380 I yoyo : onStop

01-14 14:55:51.771 6380 6380 I yoyo : onDestroy

01-14 14:55:51.774 6380 6380 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.

01-14 14:55:58.446 6459 6459 I yoyo : onCreate

01-14 14:55:58.449 6459 6459 I yoyo : #######!!!!!!! Checking for runner - found assets

01-14 14:55:58.450 6459 6459 I yoyo : ###@@@@!!!~~~~###### versionName - 1.0.0

01-14 14:55:58.459 6459 6459 I yoyo : ###@@@@!!!~~~~###### default orientation - 1

01-14 14:55:58.459 6459 6459 I yoyo : #####!!!! package name is com.zeyplan.angrykitty

01-14 14:55:58.459 6459 6459 I yoyo : Loading INI from manifest file

01-14 14:55:58.460 6459 6459 I yoyo : INI loaded from AndroidManifest.xml

01-14 14:55:58.460 6459 6459 I yoyo : Attempting to initialise extension class com.zeyplan.angrykitty.androidHome

01-14 14:55:58.461 6459 6459 I yoyo : No Init method found on extension class:androidHome returned com.zeyplan.angrykitty.androidHome.Init []

01-14 14:55:58.461 6459 6459 I yoyo : @@@@@@@ Build.Display = M1AJQ.J710FXXU5CRJD BRAND=samsung DEVICE=j7xelte MANUFACTURER=samsung MODEL=SM-J710F PRODUCT=j7xeltexx

01-14 14:55:58.461 6459 6459 I yoyo : @@@@@@@ XPeriaPlay=false manufacturer=false model=false

01-14 14:55:58.462 6459 6459 I yoyo : Extension Class not found: com.zeyplan.angrykitty.GooglePlayLicensingAsExt attempting to call checkLicensing

01-14 14:55:58.462 6459 6459 I yoyo : !!!!!!! Checking if APK Expansion file required...

01-14 14:55:58.462 6459 6459 I yoyo : + + + + setupView + + + +

01-14 14:55:58.487 6459 6459 I yoyo : #####!!!! package name is com.zeyplan.angrykitty

01-14 14:55:58.487 6459 6459 I yoyo : Loading INI from manifest file

01-14 14:55:58.488 6459 6459 I yoyo : INI loaded from AndroidManifest.xml

01-14 14:55:58.488 6459 6459 I yoyo : RestrictOrientation setting from YYPrefs

01-14 14:55:58.488 6459 6459 I yoyo : RestrictOrientation("true", "false"true"false")

01-14 14:55:58.597 6459 6459 I yoyo : Reading GL config option...

01-14 14:55:58.599 6459 6459 I yoyo : Using OpenGL ES 1 renderer

01-14 14:55:58.599 6459 6459 I yoyo : DemoGLSurfaceView: CREATED

01-14 14:55:58.611 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:58.623 6459 6459 I yoyo : !!!!!!! Using frame count timing if possible...

01-14 14:55:58.629 6459 6459 I yoyo : onStart

01-14 14:55:58.633 6459 6459 I yoyo : onResume

01-14 14:55:58.637 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:58.695 6459 6459 I yoyo : calculated orientation - 1

01-14 14:55:58.783 6459 6475 I yoyo : chooseConfig

01-14 14:55:58.790 6459 6475 I yoyo : OpenGL ES Extensions : GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_stencil8 GL_OES_framebuffer_object GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_draw_texture GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_stencil_wrap GL_OES_texture_mirrored_repeat GL_EXT_texture_format_BGRA8888 GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_ARM_rgba8 GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_EXT_texture_storage GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_OES_surfaceless_context GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_KHR_debug GL_EXT_sRGB GL_EXT_robustness

01-14 14:55:58.790 6459 6475 I yoyo : Device supports 32bit display formats

01-14 14:55:58.792 6459 6475 I yoyo : 16 bit colour depth forced

01-14 14:55:58.793 6459 6475 I yoyo : Trying EGL config : EGLConfig 7: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFFER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=8192 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_MAX_PBUFFER_PIXELS=67108864 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_MAX_PBUFFER_HEIGHT=8192 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=4 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=0 EGL_SURFACE_TYPE=5125 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=0 EGL_TRANSPARENT_GREEN_VALUE=0 EGL_TRANSPARENT_BLUE_VALUE=0

01-14 14:55:58.795 6459 6475 I yoyo : Selected EGL config working

01-14 14:55:58.799 6459 6475 I yoyo : Renderer instance is gl1.1, framebuffer object is: 0

01-14 14:55:58.800 6459 6475 I yoyo : APK File Path :: /data/app/com.zeyplan.angrykitty-d45gcUTXpgBv3p3BlziDFA==/base.apk

01-14 14:55:58.803 6459 6475 I yoyo : OpenGL ES-2.0 is supported: 196610

01-14 14:55:58.881 6459 6459 I yoyo : onWindowFocusChanged(true|false)

01-14 14:55:58.884 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:58.904 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:58.989 6459 6475 E AndroidRuntime: FATAL EXCEPTION: GLThread 2558

01-14 14:55:58.989 6459 6475 E AndroidRuntime: Process: com.zeyplan.angrykitty, PID: 6459

01-14 14:55:58.989 6459 6475 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown type

01-14 14:55:58.989 6459 6475 E AndroidRuntime: at android.opengl.GLUtils.getType(GLUtils.java:71)

01-14 14:55:58.989 6459 6475 E AndroidRuntime: at android.opengl.GLUtils.texSubImage2D(GLUtils.java:189)

01-14 14:55:58.989 6459 6475 E AndroidRuntime: at com.zeyplan.angrykitty.DemoRenderer.onSurfaceCreated(DemoRenderer.java:332)

01-14 14:55:58.989 6459 6475 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1539)

01-14 14:55:58.989 6459 6475 E AndroidRuntime: at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)

01-14 14:55:59.031 6459 6459 I yoyo : onWindowFocusChanged(false|false)

01-14 14:55:59.033 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:59.037 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:59.038 6459 6459 I yoyo : onPause

01-14 14:55:59.042 6459 6459 I yoyo : Pausing the Runner

01-14 14:55:59.217 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:59.228 6459 6459 I yoyo : Setting vis flags to 5894

01-14 14:55:59.354 6459 6459 I yoyo : onStop

01-14 14:55:59.354 6459 6459 I yoyo : onDestroy

01-14 14:55:59.364 6459 6459 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
 

Attachments

Sonata

Member
Hey i had a simillar problem too. The build on windows run perfectly, but on build on android i allways had these AndroidRuntime: FATAL EXCEPTION: GLThread 1276 error with different numbers on end.

Do you find any solution for this? or where is the problem in your app?
 
N

nizar29

Guest
@Sonata
hi dude.I has found my problem. my game is fine until I enable AdMob and import Google Play Service extension. the game is force close when start up in android phone. I see google play services extension is connected to Java. so I updated the JDK to the new version. I use JDK 8u192 and it solved my problem. Now my game is going well.
maybe the new Google Play service extension can't connect correctly with obsolete java.
If your problem is solved.please tell me
 

Sonata

Member
@nizar29
Hey man, thanks for reply,
i tried to use JDK 8u192 but no change, just another AndroidRuntime: Fatal Exception: GLThread error

where can i disable those Google Play Service extensions? i want to try disabling them if i had the same problem as you had.
 
Last edited:
N

nizar29

Guest
@Sonata
Im not disable that. I mean I delete the extension and delete the script ads. Have you tried building an empty space to test your GMS?. if that fail. so I don't know where that mistake.
sorry my english is bad.
 
N

nizar29

Guest
@Sonata
hey dude I just created the project again and found that error again, which is crash on start up. then I looked for a gap where the error was and I tried to ignore the splash screen in the global game settings and it worked. My game was going well. how about you now? have you find your problem?
 

Sonata

Member
@nizar29 My man, i dont know how to remove the splash screen completely off, but i change the minimum time display i found in Android/Images Settings to 2 seconds from 0 - and now it works :-D i don't understand why :p

You're my hero :-*

So finally thanks to you there is an explanation for this error as i never found the reason why this happened.
 
Last edited:
Top