MapActivity could not be found. Android Studio 0.5.1

风流意气都作罢 提交于 2019-11-28 12:52:22

MapActivity was part of the Google Maps Android v1 API which is now deprecated.

Using the Google Play Services library you will use the Google Maps Android API v2 and then MapActivity is not available anymore. You need to use the MapFragment.

You can see an introduction on how to use the MapFragment in the official documentation.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!