Android 3.3.0 update, ERROR: Cause: invalid type code: 68

后端 未结 5 1913
余生分开走
余生分开走 2020-12-17 08:36

After the new update of Android Studio (3.3.0) I\'m getting error from Gradle sync saying \"ERROR: Cause: invalid type code: 68\". Even in project, that have been created be

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-17 08:55

    I got a similar message ("invalid type code: E5") and resolved it by first building from the command line, which revealed it was a Firebase libs version conflict, and then switching to use firebase-bom instead of manually specifying each version.

提交回复
热议问题