-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versiont: gradle"flutter build" and "flutter run" on Android"flutter build" and "flutter run" on AndroidtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
As Android Gradle Plugin 7.0.0 released
Steps to reproduce
- Execute
flutter create myapp - Locate
myapp/androidand deletegradledistribution folder - Update Android Gradle Plugin
myapp/android/build.gradleto7.0.0 - Execute
flutter run -vfrom the root directory of myapp.
Actual Results:
Flutter doesn't support this version and throws the following exception: (using 7.0.2 default version)
[ +33 ms] Building APK
[ +40 ms] Running Gradle task 'assembleDebug'...
[ +15 ms] LocalFile: 'C:\Users\Taha\StudioProjects\triage-companion\android\build.gradle' provides AGP version: 7.0.0
[+9740 ms] Exception: Unsupported Android Plugin version: 7.0.0.
[ +2 ms] "flutter run" took 17,921ms.The Source of this exception is here
Expected Results:
The app runs with updated AGP and Gradle distribution is downloaded
ifiokjr, gouflv, LongClipeus, bernaferrari, AjinkyaTaranekar and 32 morelarssn
Metadata
Metadata
Assignees
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versiont: gradle"flutter build" and "flutter run" on Android"flutter build" and "flutter run" on AndroidtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.