nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:

AbhiAndroidManiac opened this issue · comments

Building the project in Android studio 3.6 rc version giving above error. And the project doesnt build.

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

Building the project in Android studio 3.6 rc version giving above error. And the project doesnt build.

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
headache.

I solved it changing the gradle version of the project to the newest version 6.2.1 on the project structure options.

image

i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me
headache.

I solved it changing the gradle version of the project to the newest version 6.2.1 on the project structure options.

image

i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me
headache.

it resolve my issue. thanku so much for your time................

Why the above solution requires you to reconfigure gradle after every project creation.

لقد قمت بحلها بتغيير الإصدار التدريجي للمشروع إلى الإصدار الأحدث 6.2.1 على خيارات هيكل المشروع.

صورة

لدي نفس المشكلة بعد التحديث إلى 3.6.1. إذا كان أي شخص لديه حل من فضلك قل لي. يسبب لي
الصداع.

I need help please

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?

I currently have the same issue and I have tried the suggested solutions. Unfortunately, none of them worked. Anyone who can help?

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

dependencies {
    classpath 'com.android.tools.build:gradle:3.5.0'
}

it's working fine

commented

I solved it changing the gradle version of the project to the newest version 6.2.1 on the project structure options.

image

i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me
headache.

You are a life saver

I solved it changing the gradle version of the project to the newest version 6.2.1 on the project structure options.

image

i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me
headache.

tks,the problem have been resolved by update gradle version to 6.2.1

I have same issue after updating to 3.6.3. I solved it by changing the API level and Android version in the start of creating new project.
Inkederrore_LI

In my case, the name had an apostrophe, so I had to put a "\" before it in the settings.gradle.
For example, 'D'Antojo' → 'D\'Antojo'

I have the same problem. will someone fix this error.

In my case, the name had an apostrophe, so I had to put a "" before it in the settings.gradle.
For example, 'D'Antojo' → 'D'Antojo'

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 tryed changing to grandle version 6.2.1 but I got an error this would be too old... :-(

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.

i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me
headache.

just restore the android studio to default settings.
close your current project and then goto to configure in bottom and you have option "Restore Default Settings" Then click okay for everything it will be working fine

i have same issue after updating to 3.6.1. if anyone have a solution please tell me. it gives me
headache.

just restore the android studio to default settings.
close your current project and then goto to configure in bottom and you have option "Restore Default Settings" Then click okay for everything it will be working fine

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.

Screenshot 2022-01-06 23 38 31
You go to the project structure and go to the dependency section, download updates will be coming, after updating the build will be successful.
'androidx.annotation:annotation:1.3.0' and update gradel JDK Embedded JDK Version in gradel settings.

Building the project in Android studio 3.6 rc version giving above error. And the project doesnt build.

i resolved it with re-import the project android studio suggestion

How to resolve this issue in the latest android studio versions?