Mapbox Android SDK crash - “java.lang.Error: Vertex shader fill failed to compile”

谁都会走 提交于 2019-12-06 07:29:10

Based on the discussion I found at https://github.com/mapbox/react-native-mapbox-gl/issues/415#issue-177023433

I was able to downgrade my Android SDK Tools to 25.1.7, and I was able to launch and successfully load the x86 emulator.

I tested this against https://github.com/mapbox/mapbox-android-demo.



Here is the rest of my setup

  • macOS El Capitan 10.11.6
  • Android Studio 2.2
  • Specific to my mapbox-android-demo compile
  • classpath 'com.android.tools.build:gradle:2.2.0'
  • supportLibVersion = '24.2.0'
  • buildToolsVersion '24.0.1'
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!