-1
私はMapbox map apiを使用したアプリケーションを開発しようとしています。私はエラーを検索しましたが、私はまだ同じエラーが発生します。どうすれば修正できますか?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>
私は追加しました。はい、あなたは正しいです私のアプリは仕事についての問題を持っていません。しかし私はあなたが知っているそれを解決したい。 – Trinity
それがあなたを助けるなら、答えとしてそれを受け入れてください。 –