整合Google Sign In 時出現錯誤:com.android.build.transform.api.TransformException
將Google Sign In 整合到您的應用程式中時,您可能會遇到錯誤「com.android.build.transform.api.TransformException」。此問題是由於應用程式大小超過 64KB 時需要進行多重索引而出現的。
解決方案:
要解決此問題,請在您的應用程式中新增「multiDexEnabled true」應用程式的build.gradle 檔案:
這會啟用多重索引,從而允許應用程式即使其大小超過64KB閾值,也能以最佳方式運作。
附加說明:
要進一步調查,請參考以下類似問題以及其他答案:
以上是為什麼我在整合 Google 登入時收到「com.android.build.transform.api.TransformException」?的詳細內容。更多資訊請關注PHP中文網其他相關文章!