saving . . . saved Sync failed error has been deleted. Sync failed error has been hidden .
Sync failed error
Title
Question
<ul> <li>failed </li><li>Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0-release-76</li><li>
</li><li>It says sync failed. what to do?</li><li> </li></ul>

Android-app-using-Kotlin Getting-started-with-Hello-World-app 13-14 min 40-50 sec 13-05-21, 12:58 p.m. srgmsbhaskar

Answers:

Click on the File menu in the menu bar and Select Invalidate Caches/ Restart menu.

Close the project and open it again.
13-05-21, 3:09 p.m. NirmalaVenkat


It could be that you are using Gradle in offline mode. To uncheck it go to <code style="margin: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: var(--ff-mono); font-size: 13px; vertical-align: baseline; box-sizing: inherit; background-color: var(--black-075); white-space: pre-wrap; color: var(--black-800); border-radius: 3px;">File > Settings > Gradle</code>, uncheck the <code style="margin: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: var(--ff-mono); font-size: 13px; vertical-align: baseline; box-sizing: inherit; background-color: var(--black-075); white-space: pre-wrap; color: var(--black-800); border-radius: 3px;">Offline Work</code> checkbox, and click <code style="margin: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: var(--ff-mono); font-size: 13px; vertical-align: baseline; box-sizing: inherit; background-color: var(--black-075); white-space: pre-wrap; color: var(--black-800); border-radius: 3px;">Apply</code> Make sure you have an internet connection and sync the project again.

<time datetime="2018-07-02T12:09:51" itemprop="dateCreated" style="margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, &quot;Liberation Sans&quot;, sans-serif; vertical-align: baseline; box-sizing: inherit; color: rgb(36, 39, 41); background-color: rgb(255, 255, 255);"></time>
25-05-21, 3:39 p.m. Steveskok


Connect to internet and choose Gradle in online mode. Even of if the errors persist, add the missing gradle plugin in build.gradle (project).
Dr.R.Senthilkumar, IRTT
22-07-21, 6:07 a.m. Rsenthil_1976


Log-in to answer to this question.