-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: #818
Comments
Same error here,trying to import a project. |
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Same problem on Windows, on Mac it's working fine |
I resolved it by changing the build gradle to existing android studio version. |
i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me |
Why the above solution requires you to reconfigure gradle after every project creation. |
I currently have the same issue and I have tried the suggested solutions. Unfortunately, none of them worked. Anyone who can help? |
I also have the same problem, installed Android Studio v3.6.2, 3 days ago. Does someone have a proposal about what I can do? |
Did you find some solution in meanwhile? |
Checked my build.gradle (project) file for error fixed the problem. It was badly reconstructed at run-time. |
build.gradle
it's working fine |
In my case, the name had an apostrophe, so I had to put a "\" before it in the settings.gradle. |
I have the same problem. will someone fix this error. |
Please Change Your Gradle Build tools to Latest Version. It will be fixed
there only.
Abrahim Zaman A,
Programmer & Developer,
at ABRA Software Foundation,
47 Way Near Grand Mosque,
Hassa Balakot, Mansehra,
KPK, Pakistan, Asia
…On Sat, May 30, 2020 at 5:16 PM afzarahnaushad ***@***.***> wrote:
After changing at program structure to 6.2.1 it still have the same error.
anyone know how to solve it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#818 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALBDMVIKTD6SQUSVRD5MWA3RUD2JRANCNFSM4KZYOANA>
.
|
Thanks Dude ,it worked for me |
I also have the same problem, installed Android Studio v3.6.4, 3 days ago. Does someone have a proposal about what I can do? |
I have Android Studio version 4.1... |
I had this issue, and nothing would work, until I reinstalled everything into the same drive. Originally had Android Studio on a portable drive but apparently that was causing issues. So I just put reinstalled it on the drive with my windows installation. |
just restore the android studio to default settings. |
just restore the android studio to default settings. |
You have to check the error logs properly, My Issue was I have changed the JDK version and it's conflicting the problem to generate build and compile the project. |
i resolved it with re-import the project android studio suggestion |
How to resolve this issue in the latest android studio versions? |
Building the project in Android studio 3.6 rc version giving above error. And the project doesnt build.
The text was updated successfully, but these errors were encountered: