user5001004
user5001004

Reputation:

android studio "Gradle project sync failed. Basic functionality (e.g. editing, debugging) will not work properly"

I don't understand the error says

Error:Failed to create parent directory 'C:\Program Files\Android\Android Studio\gradle\daemon' when creating directory 'C:\Program Files\Android\Android Studio\gradle\daemon\2.2.1'

Upvotes: 1

Views: 1301

Answers (1)

user3333134
user3333134

Reputation: 399

Have you had the project compile / work before? If so the issue is most likely your XML files having issues. Also try to make clean and make sure all of your dependencies are correct if you imported any.

You haven't given much info besides the error code about your project. Is this your first time using Android Studio? Did you update recently?

Upvotes: 1

Related Questions