MapBox Android application crashes after update to SDK 4.1.0 on emulator

后端 未结 4 1598

After the update to Android MapBox SDK 4.1.0/4.1.1 my app crashes on Android emulator with:

E/mbgl: [Shader]: Vertex shader fill failed to compile: precision         


        
4条回答
  •  醉梦人生
    2021-01-16 12:28

    For those using the emulator:

    This can be fixed by changing your emulated graphics to Software - GLES 2.0 in your AVD settings. This is not ideal, but it will work (and is still much faster than emulating an ARM device).

    I suspect this is emulator specific.

提交回复
热议问题