Google Advertising ID无法在最新的Google Play服务上使用

时间:2018-09-11 09:37:54

标签: java android android-studio google-play-services google-advertising-id

我正在尝试检索用户的google广告ID,但出现了一些问题。如果我使用的是Google文档上的版本:

implementation 'com.google.android.gms:play-services:6.5.87

我遇到编译错误,例如:

  

程序类型已经存在:com.google.android.gms.common.Scopes。

然后我查看解决方案,发现应该将我的版本更新为最新版本:

implementation 'com.google.android.gms:play-services:12.0.1'.

然后我得到错误AdvertisingIdClient.Info not existing

该如何解决AdvertisingIdClient.Info not existing错误?

0 个答案:

没有答案