uses-sdk:minSdkVersion 9不能小于版本14

时间:2017-08-14 21:11:14

标签: java android android-studio android-manifest

enter image description here

错误:任务'执行失败:baseGameUtils:processDebugAndroidTestManifest'。

  

清单合并失败:uses-sdk:minSdkVersion 9不能小于库中声明的版本14 [com.google.android.gms:play-services-ads:11.0.4] C:\ Users \ nekos.android \建立缓存\ ac3e2c727e192cdc9e7fe0403f8315232b0e8024 \输出\ AndroidManifest.xml中       建议:使用工具:overrideLibrary =" com.google.android.gms.ads.impl"强制使用

1 个答案:

答案 0 :(得分:1)

Google Play服务不支持从Google Play Services 10.2开始的Android APi 2.3x(Gingerbread),这是documentation

  

Google Play服务10.2.x是第一个不再发布的版本   包括对Android版本2.3.x(Gingerbread)的完全支持。应用   使用SDK 10.2.x及更高版本开发需要最少的Android   API级别为14,无法在运行API的设备上安装   等级低于14。

如果您碰巧使用支持库,请注意版本26也需要最低api级别14。