flutter/packages/flutter_tools/lib/src/android
Jakob Andersen b246c5e7e9 Make new project template gradle-based for Android. (#7902)
* Make new project template gradle-based for Android.

With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets.

The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s.

* Move Flutter Gradle plugin to Flutter root.
2017-02-10 09:37:38 +01:00
..
adb.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
android_device.dart change a few more places to use the seconds display for log output (#7995) 2017-02-08 19:47:12 -08:00
android_sdk.dart Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
android_workflow.dart Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
android.dart refactor platform specific code out of device.dart 2016-01-22 10:51:49 -08:00
gradle.dart Make new project template gradle-based for Android. (#7902) 2017-02-10 09:37:38 +01:00