-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
how to solve gradle sync failed after 'Add basic Android instrumented and unit tests' #2378
Comments
TimvdLippe
added a commit
that referenced
this issue
Aug 2, 2021
The newer version is only compatible with new versions of IntelliJ/Android Studio. To ensure that older versions of IntelliJ can still open this project, we should downgrade our version for now. This Gradle plugin version supports IntelliJ 2020.3 and newer. Fixes #2378
Yes, I ran into the same issue. Fix is up at #2380 Apologies for the breakage! |
TimvdLippe
added a commit
that referenced
this issue
Aug 2, 2021
The newer version is only compatible with new versions of IntelliJ/Android Studio. To ensure that older versions of IntelliJ can still open this project, we should downgrade our version for now. This Gradle plugin version supports IntelliJ 2020.3 and newer. Fixes #2378
This was referenced Aug 19, 2021
This was referenced Aug 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I got gradle sync fail with 'Add basic Android instrumented and unit tests'(#2360).
I think that it is caused with below.
build.gradle
the downgrading of gradle version is needed but I'm not sure it is proper...
Regards
The text was updated successfully, but these errors were encountered: