首頁 >Java >java教程 >為什麼我在整合 Google 登入時收到「com.android.build.transform.api.TransformException」?

為什麼我在整合 Google 登入時收到「com.android.build.transform.api.TransformException」?

Linda Hamilton
Linda Hamilton原創
2024-12-09 21:32:15955瀏覽

Why Am I Getting a

整合Google Sign In 時出現錯誤:com.android.build.transform.api.TransformException

將Google Sign In 整合到您的應用程式中時,您可能會遇到錯誤「com.android.build.transform.api.TransformException」。此問題是由於應用程式大小超過 64KB 時需要進行多重索引而出現的。

解決方案:

要解決此問題,請在您的應用程式中新增「multiDexEnabled true」應用程式的build.gradle 檔案:

這會啟用多重索引,從而允許應用程式即使其大小超過64KB閾值,也能以最佳方式運作。

附加說明:

  1. 建議先使用 Steve 提供的解決方案。如果問題經常持續或第一個解決方案無法解決,則可能需要 multiDexEnabled。
  2. 要進一步調查,請參考以下類似問題以及其他答案:

    • [錯誤:app:dexDebug ExecException以非零退出值完成2](https://stackoverflow.com/questions/27053915/error-appdexdebug-execuception-finished-with-non-zero-exit-value-2)
    • [錯誤:任務'執行失敗:應用程式:dex調試'。 com.android.ide.common.process.ProcessException](https://stackoverflow.com/questions/38476209/error-execution-failed-for-task-appdexdebug-com-android-ide-common-process-proce)

以上是為什麼我在整合 Google 登入時收到「com.android.build.transform.api.TransformException」?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn