简体   繁体   中英

Google Play services with API 7

I am using gradle to build my android app and have google play services defined as:

compile 'com.google.android.gms:play-services:4.0.30'

The build works fine when I have minSdkVersion 8, but if I set it to 7 I get:

Error:
uses-sdk:minSdkVersion 7 cannot be smaller than version 8 declared in library com.google.android.gms:m:4.0.30

Is there a version of google play services that is compatible with API 7?

否,没有与API兼容的版本低于8。http: //developer.android.com/google/play-services/index.html

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