-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Studio Electric Eel problems. #425
Comments
Faced with the same problem: Android Studio Information:Android Studio Electric Eel | 2022.1.1 Patch 1 Reproduction conditionsI have Gradle 8.0-rc-2 and everything works great: But when I try to upgrade the AGP (
Other information:
|
Have same issue while updating to AGP 7.4.x Stacktrace goes deeper:
|
As an FYI, this is the retraced stacktrace:
|
Would it be possible for you to share a reproduction with us and use the existing bug here: It looks like you are using an outdated kotlin tool-chain but without a reproduction it is hard to verify. |
Sorry, no ready-to-use reproducer from me, maybe someone can help with that. Problem is indeed in outdated kotlin. I did an update of kotlin(to 1.7.21) and AGP(7.4.1) and repacked fotoapparat lib. |
Hi |
Still testing but try: https://github.com/chrisjenx/Fotoapparat/releases/tag/2.8.0 |
Are you going to publish this 2.8 release any time soon? |
Android Studio Electric Eel | 2022.1.1
Build #AI-221.6008.13.2211.9477386, built on January 11, 2023
Upgrade Gradle version to 7.5
Version 7.5 is the minimum version of Gradle compatible with Android Gradle Plugin version 7.4.0.
distributionUrl=https://services.gradle.org/distributions/gradle-7.4-bin.zip --> distributionUrl=https://services.gradle.org/distributions/gradle-7.5-bin.zip
classpath 'com.android.tools.build:gradle:7.3.1' --> classpath 'com.android.tools.build:gradle:7.4.0'
The text was updated successfully, but these errors were encountered: