與其他 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。這會導致無操作並記錄錯誤,可能導致廣告無法放送給這些裝置。
[[["容易理解","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."],["Using the Lite SDK helps avoid the 64K reference limit, especially beneficial when targeting older Android versions."],["The Lite SDK is exclusively for apps distributed via the Google Play Store and relies on the Google Play services APK for its implementation."],["On devices lacking or with outdated Google Play services, the Lite SDK may encounter API discrepancies, leading to ad serving issues."],["While functionally similar to the standard SDK on updated devices, the Lite SDK depends on the Google Play services APK, making it unsuitable for deployments outside the Play Store."]]],[]]