繁体   English   中英

compileSdkVersion'Google Inc.:Google APIs:23'和compileSdkVersion 23之间有什么区别?

[英]what is difference between compileSdkVersion 'Google Inc.:Google APIs:23' and compileSdkVersion 23

在Gradle.build文件中,我看到一些项目使用

compileSdkVersion="'Google Inc.:Google APIs:23"

有些人只是使用这个数字

compileSdkVersion="23"

两者有什么区别?

后者适用于绝大多数项目。

使用长期以来不推荐使用的Maps V1 API的应用程序只需要前者。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM