我正在尝试检索用户的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
错误?