nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

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

Open AbhiAndroidManiac opened 4 years ago

AbhiAndroidManiac commented 4 years ago

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

Android1968 commented 4 years ago

Same error here,trying to import a project.

Aiuspaktyn commented 4 years ago

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

Same problem on Windows, on Mac it's working fine

AbhiAndroidManiac commented 4 years ago

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.

Nmanou commented 4 years ago

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

ghost commented 4 years ago

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.

Nmanou commented 4 years ago

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

YOON677 commented 4 years ago

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

daniel3133 commented 4 years ago

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

صورة

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

I need help please

InnocentKyalo commented 4 years ago

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

markosekula commented 4 years ago

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?

markosekula commented 4 years ago

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?

Anaeligbo-Joseph commented 4 years ago

Checked my build.gradle (project) file for error fixed the problem. It was badly reconstructed at run-time.

reimondpc commented 4 years ago

build.gradle

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

it's working fine

arpit999 commented 4 years ago

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

sary-huang commented 4 years ago

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

Parvane1989 commented 4 years ago

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

Adorna-R commented 4 years ago

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'

abrahimzaman360 commented 4 years ago

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

abrahimzaman360 commented 4 years ago

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 notifications@github.com 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 https://github.com/android/plaid/issues/818#issuecomment-636322903, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALBDMVIKTD6SQUSVRD5MWA3RUD2JRANCNFSM4KZYOANA .

Rohitohlyan66 commented 4 years ago

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

ZionCloud commented 3 years ago

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?

Bimi124 commented 3 years ago

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... :-(

tpjwm commented 3 years ago

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.

ayeshajagirdar commented 3 years ago

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

ayeshajagirdar commented 3 years ago

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

saumilvaghelaGS commented 2 years ago

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.

mohan1361 commented 2 years ago

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.

Husnainfarooq commented 1 year ago

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

Cyclotron17 commented 4 months ago

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