Android Studio (1.2 RC0) keeps telling me Error running android: Gradle project sync failed. Please fix your project and try again. How can I find out what th
Error running android: Gradle project sync failed. Please fix your project and try again.
If no error messages are shown: sometimes the command-line gradle shows them. Just go the the command-line, change to the app directory and type
app
gradle installDebug
or, if the details are missing
gradle --info installDebug
This can provide additional information how to debug the problem.