-
Notifications
You must be signed in to change notification settings - Fork 682
[Codelab Issue] Testing Codelab 5.1#, Step 3# - The code from "starter_code" branch is not building in Android Studio, Flamingo. #292
Comments
The same for me. I tried both updating Gradle version to support my Java 17 version and downgrading Java version to 16 to support project's Gradle version. This fix probably didn't help 915dbfl@c70365a. |
Yes, I am having the same issue. please fix it |
Temporary fix I found was under File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle and setting the Gradle JDK field to JDK 11 |
I am using Apple M2 Pro chip, it worked for me |
I had to update version of |
Looks like it is more broken with Iguana, no solution is working for me Could not compile initialization script 'C:\Users\X\AppData\Local\Temp\ijMapper1.gradle'.
> startup failed:
General error during conversion: Unsupported class file major version 61
java.lang.IllegalArgumentException: Unsupported class file major version 61 |
Thanks! Fixed it for me on Apple M1 Pro with Android Studio Ladybug (2024.2.2). |
Describe the problem
The code from "starter_code" branch is not building in Android Studio, Flamingo.
In which lesson and step of the codelab can this issue be found?
5.1(Test Basics), step 3(Getting Started).
How to reproduce?
Imported the starter_code in Android Studio Flamingo | 2022.2.1 Patch 2
However, the Build fails.
Versions
Additional information
Update Gradle Plugin, Android Gradle Plugin, and target SDK version to 33. Still not building successfully
codelab: advanced-android-kotlin
The text was updated successfully, but these errors were encountered: