Android – compileSDKVersion“Google Inc.:Google API:22”和“22”之间有什么区别?

Android – compileSDKVersion“Google Inc.:Google API:22”和“22”之间有什么区别?,第1张

概述在Gradle.build文件中,我看到一些项目使用 compileSdkVersion =“Google Inc.:Google API:22” 有些人只是使用这个数字 compileSdkVersion = “22” 两者有什么区别? 第一个是针对 android.jar构建的,该android.jar包含长期停用的Maps V1.第二个没有. 请注意,当前版本的Google Maps for 在Gradle.build文件中,我看到一些项目使用

compileSdkVersion =“Google Inc.:Google Api:22”

有些人只是使用这个数字

compileSdkVersion = “22”

两者有什么区别?

解决方法 第一个是针对 android.jar构建的,该androID.jar包含长期停用的Maps V1.第二个没有.

请注意,当前版本的Google Maps for Android(称为Maps V2)是Play Services SDK的一部分,因此不需要特殊的compileSdkVersion.

恕我直言,第一个是代码气味,唯一的例外是如果代码实际上使用地图V1.

总结

以上是内存溢出为你收集整理的Android – compileSDKVersion“Google Inc.:Google API:22”和“22”之间有什么区别?全部内容,希望文章能够帮你解决Android – compileSDKVersion“Google Inc.:Google API:22”和“22”之间有什么区别?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1149378.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存