Seems like a regression indeed if that's the case. https://code.google.com/p/android/issues/detail?id=76444
On Fri, Sep 19, 2014 at 10:31 PM, Jake Wharton <[email protected]> wrote: > Is this a regression in AS? Vanilla Gradle doesn't require this, right? > > On Fri, Sep 19, 2014 at 10:53 AM, 'Scott Barta' via adt-dev < > [email protected]> wrote: > >> Adding: >> >> include ':' >> >> should make it happy without specifying a bogus module. >> >> On Fri, Sep 19, 2014 at 7:34 AM, Maxim Khitrov <[email protected]> wrote: >> >>> 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. >>> >> >> -- >> 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. >> > > -- > 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. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- 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.
