-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
gradlew lint no longer possible in stable Android Studio 4.2 #17152
Comments
Thank you for your interest in Gradle! This is an issue with the Android Gradle Plugin which is developed by Google and cannot be addressed in the core of the Gradle Build Tool. Please open such Android-related issues on the Android Issue Tracker at https://source.android.com/source/report-bugs Additionally, can you check which Gradle version and which JDK you're using? The error sounds like something from JDK 16 upwards as they closed the modules. You may be able to workaround this using the corresponding |
@bmuskalla , Thanks for having taken time to answer, I read you only today. No, it is not exactly the solution, but I think I've got it. Thanks again. |
hello, |
Sorry, but we are in 2023 ! I do not remember about 2021. All that I remember is that the Android part was never up to date in Flutter. Do you mean it is still the same 2 years later? Incredible ....
Le dimanche 15 octobre 2023 à 01:44:46 UTC+2, jehadhatm ***@***.***> a écrit :
@bmuskalla , Thanks for having taken time to answer, I read you only today. No, it is not exactly the solution, but I think I've got it. Thanks again.
hello,
i have seen the problem that you have been through and i am facing it so i would like to ask you
did u find the solution?
and if u found it can u please tell me what was it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Expected Behavior
running
gradlew lint
was working in stable android studio 4.1. It is no longer possible to run it in Android Studio 4.2.Stable IDE android studio 4.1 was using kotling compiler 1.4.32-release-371
Stable IDE android studio 4.2 is using kotling compiler 1.5.0-release-764
Current Behavior
Context
it is no longer working in Android Studio built:
I can no longer run gradlew lintAndroid Studio 4.2
Build #AI-202.7660.26.42.7322048, built on April 29, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 8
Registry: external.system.auto.import.disabled=true
Non-Bundled Plugins: Batch Scripts Support, CMD Support, com.intellij.marketplace, com.thoughtworks.gauge, Dart, org.moe.community, org.jetbrains.kotlin, io.flutter, org.intellij.plugins.markdown
it was working with any Gradle, it is no longer working, the reason is that the Kotlin version of the IDE is not publicly available and can not be found (404)
Kotlin version that is used for building with Gradle (1.5.0) differs from the one bundled into the IDE plugin (1.5.0-release-764)
Steps to Reproduce
Your Environment
gradlew lint stacktrace:
https://gist.github.com/benedicte69/d1579fd3304310dd18ccd1762f698ef8
Build scan URL:
I know it is not your fault, but can you do something about this problem?
The text was updated successfully, but these errors were encountered: