Steps to Reproduce
flutter create test01
cd test01
flutter build apk
- Edit
android/gradle/gradle.properties to point to some new gradle version (e.g., 3.5)
flutter run
=> tool prints: 'Launching lib/main.dart on Nexus 5X in debug mode...', and then nothing happens and no status is printed for almost 30 seconds.