是否可以在不添加播放服务广告依赖的情况下获取 android 广告 ID?

Is it possible to get the android advertising id without adding play services ads dependency?

我正在使用 google 播放广告依赖项来获取广告 ID。

com.google.android.gms:play-services-ads:7.8.0

有什么方法可以避免这种情况,因为该库的方法数为 6201。

AdvertisingIdClient 及其关联的 类 也可以在更小的

中找到
com.google.android.gms:play-services-basement:8.3.0

如果您使用 Google Play 服务 8.3。在那之前,你是正确的,因为它是 play-services-ads.

的一部分

无论如何,强烈建议您在发布应用的零售版本之前使用ProGuard从您的应用中删除未使用的代码。