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.
在 google map android V1 项目中,它应该使用 google maps API 而不是普通 API 编译。我想知道google map android V2是否也有同样的故事?
不,Maps V2 不依赖于原始 Maps SDK 插件。欢迎您在项目中设置一个普通的 Android 构建目标并跳过该<uses-library>元素。Maps V2 有自己的一组依赖项,特别是在 OpenGL ES 2.0+ 和 Play Services Framework 的存在上。
<uses-library>