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
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.