While the gradle-based build system doesn't require it, Android Studio seems to require a multi-project layout even for simple single-module projects. The top-level folder has several empty-ish config files:
build.gradle gradle.properties local.properties settings.gradle In terms of source-control, I feel like I'd rather just check the sub-folder in - that's where everything that's not actually totally generic begins - but Android Studio can't import a gradle project based just on the project sub-folder - even though it functions as a gradle build. Roberto -- 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/groups/opt_out.
