Google Maps API Crashing (Using Android Emulator) -


i have been using mapview app, had been working fine. suddenly, when using application crashed following error

  04-06 14:03:45.084 6969-7008/info.tommarsh.testmap e/egl_emulation: rccreatecontext returned 0 04-06 14:03:45.084 6969-7008/info.tommarsh.testmap e/egl_emulation: tid 7008: eglcreatecontext(1284): error 0x3003 (egl_bad_alloc) 04-06 14:03:45.085 6969-7008/info.tommarsh.testmap e/androidruntime: fatal exception: glthread 185                                                                      process: info.tommarsh.testmap, pid: 6969                                                                      java.lang.runtimeexception: createcontext failed: 12291                                                                          @ com.google.maps.api.android.lib6.gmm6.vector.bi.a(:com.google.android.gms.dynamitemodulesb:834)                                                                          @ com.google.maps.api.android.lib6.gmm6.vector.bj.f(:com.google.android.gms.dynamitemodulesb:20825)                                                                          @ com.google.maps.api.android.lib6.gmm6.vector.bj.run(:com.google.android.gms.dynamitemodulesb:881) 

now every time enter fragment or activity uses mapview same exact same error occurs. few things note:

  • this happens on every emulator have tried (both x86 , x86_64 abi)
  • it happens when trying launch mapfragment
  • i using maps version 10.2.1

any appreciated!

it looks problem emulator graphics. while creating new emulator there option in emulated performance. emulated performance has 3 options automatic, hardware gles or software gles.

choose software gles , see result. -map bit slower better having errors.

click link of attached picture choose emulated performance.

where choose emulated performance


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -