I was reading http://tools.android.com/tech-docs/new-build-system/user-guide, and thought: Wouldn't it be cool if Android Gradle Plugin guide told what are recommended way to structure directories of an app?
For example, today Android Studio suggests to use src/debug/AndroidManifest.xml if you add ACCESS_MOCK_LOCATION permissions to it. But there's no hint from Gradle Plugin about that (which most people I know consider as source-of-truth). And how to override that location of manifest for debug (it's kinda hard to google it, as most of recommendations are outdated)? Or that tests should be placed in src/androidTest/java (should they? all or only integration tests, and unit-tests should go to src/test/java?). -- 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.
