Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error running MyActivity: Gradle project sync failed. Please fix your project and try again

I am new to Android Studio and I have just created a new project with only one Activity with fragments(Android studio created that), and when I ran the MyActivity.java , error occurs:

Error running MyActivity: Gradle project sync failed. Please fix your project and try again.

Nothing more in my event log.

I have no idea why it is, and This link did not helps.

One clue is that Gradle project sync in progress is flowing all the time , just after I restart the Studio.

like image 379
JaskeyLam Avatar asked Jul 16 '14 10:07

JaskeyLam


People also ask

Why is my Gradle not syncing?

For this, you have to connect your PC to the internet and you have to open your Android studio. After opening your project click on the Sync Project with Gradle files option. This will automatically download the new Gradle files and will fix the issue which is caused by the Gradle files.


1 Answers

  1. Goto File -> Invalidate caches / Restart
  2. Shutdown Android Studio
  3. Rename/remove .gradle folder in the user home directory
  4. Restart Android Studio (It will download gradle metadata and data)
  5. Gradle build succeed
  6. Rebuild project
  7. Done
like image 75
shikhar bansal Avatar answered Oct 10 '22 20:10

shikhar bansal