我正在尝试开发一个使用Mapbox map api的应用程序。我搜索错误但我仍然得到同样的错误。我该如何解决?
Android Studio rendering problems
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
tools:context="Fragments.GeoMapFragment">
<com.mapbox.mapboxsdk.maps.MapView
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
mapbox:access_token="@string/accessToken"/>
</FrameLayout>
答案 0 :(得分:2)
如果你可以放置你的xml布局,那么理解这个问题会非常有帮助。
但实际上xml布局充气器不如支持第三方库视图。如果您的应用正常运行,则无需担心。