我一直在 Google Play 的廣告應用內容中收到警告說“我們在您的應用中找到了廣告 SDK”。在發布了許多試圖解決這個問題的版本后,我發現原因是我的應用級構建 Gradle 檔案中的這些行:
implementation ('com.google.android.gms:play-services-analytics-impl:18.0.1') {
exclude module: "play-services-ads"
exclude module: "play-services-ads-identifier"
exclude module: "play-services-measurement"
exclude module: "play-services-measurement-sdk"
}
有什么我可以排除的嗎?
我運行了“gradlew -q dependencies app:dependencies command”,這些是庫的傳遞依賴項:
--- com.google.android.gms:play-services-analytics-impl:18.0.1
| --- com.google.android.gms:play-services-base:18.0.1
| | --- androidx.collection:collection:1.0.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | --- androidx.core:core:1.2.0
| | | --- androidx.annotation:annotation:1.1.0
| | | --- androidx.lifecycle:lifecycle-runtime:2.0.0
| | | | --- androidx.lifecycle:lifecycle-common:2.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.arch.core:core-common:2.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | \--- androidx.versionedparcelable:versionedparcelable:1.1.0
| | | --- androidx.annotation:annotation:1.1.0
| | | \--- androidx.collection:collection:1.0.0 (*)
| | --- androidx.fragment:fragment:1.0.0
| | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | --- androidx.legacy:legacy-support-core-ui:1.0.0
| | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | --- androidx.legacy:legacy-support-core-utils:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | --- androidx.documentfile:documentfile:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.loader:loader:1.0.0
| | | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | | --- androidx.lifecycle:lifecycle-livedata:2.0.0
| | | | | | | --- androidx.arch.core:core-runtime:2.0.0
| | | | | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | | | | \--- androidx.arch.core:core-common:2.0.0 (*)
| | | | | | | --- androidx.lifecycle:lifecycle-livedata-core:2.0.0
| | | | | | | | --- androidx.lifecycle:lifecycle-common:2.0.0 (*)
| | | | | | | | --- androidx.arch.core:core-common:2.0.0 (*)
| | | | | | | | \--- androidx.arch.core:core-runtime:2.0.0 (*)
| | | | | | | \--- androidx.arch.core:core-common:2.0.0 (*)
| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | \--- androidx.print:print:1.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.customview:customview:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | \--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | --- androidx.viewpager:viewpager:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | \--- androidx.customview:customview:1.0.0 (*)
| | | | --- androidx.coordinatorlayout:coordinatorlayout:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | \--- androidx.customview:customview:1.0.0 (*)
| | | | --- androidx.drawerlayout:drawerlayout:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | \--- androidx.customview:customview:1.0.0 (*)
| | | | --- androidx.slidingpanelayout:slidingpanelayout:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | \--- androidx.customview:customview:1.0.0 (*)
| | | | --- androidx.interpolator:interpolator:1.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | | \--- androidx.interpolator:interpolator:1.0.0 (*)
| | | | --- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | \--- androidx.core:core:1.0.0 -> 1.2.0 (*)
| | | | \--- androidx.cursoradapter:cursoradapter:1.0.0
| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | --- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | --- androidx.loader:loader:1.0.0 (*)
| | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 (*)
| | --- com.google.android.gms:play-services-basement:18.0.0
| | | --- androidx.collection:collection:1.0.0 (*)
| | | --- androidx.core:core:1.2.0 (*)
| | | \--- androidx.fragment:fragment:1.0.0 (*)
| | \--- com.google.android.gms:play-services-tasks:18.0.1
| | \--- com.google.android.gms:play-services-basement:18.0.0 (*)
| --- com.google.android.gms:play-services-basement:18.0.0 (*)
| \--- com.google.android.gms:play-services-stats:17.0.3
| --- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
| \--- com.google.android.gms:play-services-basement:18.0.0 (*)
uj5u.com熱心網友回復:
如果您的應用沒有使用廣告,請不要擔心,在這種情況下,這是誤報,Google 知道并告訴您保持原樣(見下圖)
我發現大多數分析 SDK 都在使用 (IDFA) 來有效地識別唯一用戶。

轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/415953.html
標籤:
上一篇:任務“:compileGsonViews”的執行優化已被禁用
下一篇:IDEA無法為我的庫下載資源
