相关疑难解决方法(0)

错误膨胀类com.google.android.maps.MapView

我只是按照一个简单的地图教程http://developer.android.com/resources/tutorials/views/hello-mapview.html但收到此错误.我是android的新手我试图遵循通过互联网提供的所有解决方案,但还没有成功.请帮我.我的主要.xml在下面

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/mapview"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:clickable="true"
    android:apiKey="***"
/>
Run Code Online (Sandbox Code Playgroud)

和manifestfile就是这个

android google-maps map inflate android-mapview

18
推荐指数
4
解决办法
3万
查看次数

标签 统计

android ×1

android-mapview ×1

google-maps ×1

inflate ×1

map ×1