我是Android Studio的新手。我正在使用Mapbox开发一个应用程序。他们的文档很好,我在那里了解很多。但是在开发过程中,(特别是在获取用户位置时)我遇到了这个......
[Render]: can't find source for layer 'mapbox-location-shadow'
[Render]: can't find source for layer 'mapbox-location-accuracy-layer'
[Render]: can't find source for layer 'mapbox-location-stroke-layer'
[Render]: can't find source for layer 'mapbox-location-layer'
它只是像这样重复......
我一直在努力解决这个问题近5天。我在Stackoverflow中也是新手,这就是为什么在这里提问不是我的选择,但寻找答案就是我一直在做的事情。
以下是查找可能需要的一些文件...
我的应用:build.gradle文件......
我的模板:build.gradle文件......
我的AndroidManifest ......
我已按照获取用户位置的所有说明操作。这就像是从这里复制粘贴...... LocationPlugin link
Android studio版本:3.1.2