Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"gradle files have changed since last project sync" message always shows up

In my Android Studio

gradle files have changed since last project sync

message always shows up even after gradle sync is done and my application is not deploying on physical device or Emulator!

like image 425
Vishal Chugh Avatar asked Feb 16 '16 04:02

Vishal Chugh


People also ask

How do I reset gradle sync?

Open your gradle. properties file in Android Studio. Restart Android Studio for your changes to take effect. Click Sync Project with Gradle Files to sync your project.

Why is gradle sync failing?

Missing Files: There is a chance of Gradle files getting misplaced. This can be solved by re-installing the required files. Using the Proxy Servers: There was an issue with the syncing of the Gradle when Proxy Servers were turned on. Disabling it can help.

What does Sync project with gradle files do?

The button does what it says: it updates the Android Studio project model to match the contents of the Gradle build file.


1 Answers

I figurout that this happens after change PC time. lol

like image 54
Stanislav Bondar Avatar answered Oct 06 '22 20:10

Stanislav Bondar