Google Mobile Ads Lite SDK
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
和任何 Android 程式庫一樣,Google Play 服務 SDK 會增加包含該 SDK 的應用程式大小。Google Mobile Ads Lite SDK 是 Google Mobile Ads SDK 的輕量版,可用於減少這類影響。其大小僅為一般 SDK 的一部分。
除了縮減大小,使用 Lite SDK 還可減少應用程式中參照的方法總數。這在部署至舊版 Android 時特別實用,因為開發人員可能會遇到 64K 參照限制。
以下說明如何設定 Gradle,將 Lite SDK 納入應用程式:
dependencies {
implementation 'com.google.android.gms:play-services-ads-lite:23.6.0'
}
Lite SDK 的限制
Lite SDK 僅適用於透過 Google Play 商店發行的應用程式。
與其他 Google Play 服務不同,Google Play 服務 APK 中的標準 Google Mobile Ads SDK 實作也包含在 Google Play 服務用戶端程式庫中。這可讓裝置在沒有 Google Play 服務 APK 的情況下獲得支援。在執行階段,SDK 會比較用戶端程式庫和 Google Play 服務 APK 的版本,並使用較新的版本。
Lite SDK 會從用戶端程式庫中移除 Google Mobile Ads SDK 實作,只保留 Google Play 服務 APK 的介面。Lite SDK 會依賴 APK 的實作方式。如果您在 Google Play 商店以外部署應用程式,則無法保證使用者的裝置已安裝 Google Play 服務 APK。
在搭載最新版 Google Play 服務的裝置上,Lite SDK 的行為與標準 SDK 相同。不過,如果裝置上的 Google Play 服務過舊或不存在,Lite SDK 可能會參照無法使用的 API,或是已從 Google Play 服務 APK 中的 API 變更而來的 API。這會導致無操作並記錄錯誤,可能導致廣告無法放送給這些裝置。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-08 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-02-08 (世界標準時間)。"],[[["The Google Mobile Ads Lite SDK is a smaller version of the Google Mobile Ads SDK, designed to reduce app size and method references."],["It is ideal for older Android versions, helping avoid the 64K reference limit."],["The Lite SDK is exclusively for apps distributed via the Google Play Store and relies on the Google Play services APK on user devices."],["While functionally similar to the standard SDK on updated devices, the Lite SDK may encounter issues on devices with outdated or missing Google Play services, potentially impacting ad serving."]]],[]]