如何解决谷歌地图com.google.android.maps使应用程序崩溃
|| 我一直在尝试在Android中使用Google地图。 但是应用程序崩溃了。 :( 这是我的xml代码:<?xml version=\"1.0\" encoding=\"utf-8\"?>
<LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
android:orientation=\"vertical\"
android:layout_width=\"fill_parent\"
android:layout_height=\"fill_parent\"
>
<com.google.android.maps.MapView
android:id=\"@+id/mapView\"
android:layout_width=\"fill_parent\"
android:layout_height=\"fill_parent\"
android:apiKey=\"0E8T-qQndWDg8lEScymvQro3kJ1bGlSKLolDE3Q\"
/>
</LinearLayout>
我包括了(之后):
<uses-permission android:name=\"android.permission.INTERNET\" />
并且(在之后):
<uses-library android:name=\"com.google.android.maps\" />
我找不到任何错误。
解决方法
只需要扩展MapActivity而不是Activity。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。