Just updated to the latest Android Studio (0.8.11) and got this message on start-up:
"Unable to sync project with Gradle. The file 'settings.gradle' does not specify any modules (sub-projects.)" No, no it doesn't... That's because I don't have any sub-projects. I have a single project with a single build.gradle file next to an empty settings.gradle file, which was previously required to show the Dependencies tab in the Project Structure dialog. Adding "include ':app'" to settings.gradle seems to make the Studio happy even though I have no app/build.gradle in my file tree. Is that what we are supposed to do? - Max -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
