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

后端 未结 5 1938
余生分开走
余生分开走 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:52

    I had the same error (6C) during a LinkedIn Learning course, I managed to solve it through the following steps

    • Updating Kotlin in project-level build.gradle file
    • Update gradle build version in project-level build.gradle file.
    • Open Project Structure and using the Suggestions tab, update all modules to the latest version.
    • Update the compileSdkVersion & targetSdkVersion to latest.

提交回复
热议问题