Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是android编程的新手。这是我的问题。我想知道 Google play services 和 android google maps v2 之间的参考。为什么我们应该在我们的模拟器中安装谷歌播放服务?这两者之间有什么联系。谢谢
大多数与开发包含 Google Map API V2 的应用程序相关的类都位于google-play-service库中,因此如果您在开发环境中打开它,您会在其中找到:com.google.android.gms.maps包。里面有GoogleMap,MapFragment和SupportMapFragment类以及许多其他用于使用 Google Maps API V2 进行开发的
google-play-service
com.google.android.gms.maps
GoogleMap
MapFragment
SupportMapFragment