简体   繁体   中英

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

Inside the Gradle.build file I see some projects using

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

and some are just using the number

compileSdkVersion="23"

What is the difference between the two?

The latter one is correct for the vast majority of projects.

The former one would only be needed for apps using the long-since-deprecated Maps V1 API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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