Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle warning in non-gradle project Android Studio 0.4.5

I'm trying out Android Studio 0.4.5, on projects imported from an eclipse workspace, and I keep getting the following error message:

Gradle files have changed since the last project sync. A project sync may be necessary for the IDE to work properly

It is not a gradle project, but Android Studio seems to think it is. Is this something I can fix?

like image 470
Mzzl Avatar asked Feb 16 '14 21:02

Mzzl


1 Answers

Update Android Studio. This bug has been fixed in Android Studio 0.4.6:

This is primarily a bug fix release from Android Studio 0.4.5 released five days ago. In particular, the Gradle sync editor notifications should be fixed now

like image 135
Ahmad Avatar answered Nov 14 '22 23:11

Ahmad