Cannot import com.google.android.gms:play-services-ads:17.1.1

前端 未结 3 850
滥情空心
滥情空心 2020-12-11 12:12
apply plugin: \'com.android.application\'
   android {
   compileSdkVersion 28

   defaultConfig {
      applicationId \"com.kaiboon0216gmail.homeownerstarterkit\"
          


        
3条回答
  •  無奈伤痛
    2020-12-11 12:39

    Use "com.google.android.gms:play-services-ads:16.0.0", the new 17.1.1 change some code implementation, ie, you need do that in ur source too, or back to 16.0.0 for now...

    will fix your error for while...

提交回复
热议问题