Error Message
Multidex support is required for your android app to build since the number of methods has exceeded 64k. See
https://docs.flutter.dev/deployment/android#enabling-multidex-support
space-collapse: preserve;"> for more information.
You may pass the --no-multidex flag to skip Flutter's multidex support to use a manual solution.Flutter tool can add multidex support. The following file will be added by
flutter: /app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java cannot prompt without a terminal ui
Error: Gradle task assembleDebug failed with exit code 1
When This Message Occured
This Message I got when i was running flutter firebase application.
Solution
The Problem is About MultiDesk support while running your flutter Application.The solution is simple:
Steps:
- If your are running your Application in VSCODE and running your Application in Debug console .or Using key button `F5` .
- Open Normal Terminal Run command `flutter run` in your Application folder having pubspec.yaml file.
- press 'Y' Key
Conclusion:
The Solution is very Simple just run flutter run command and your Error In VSCODE and applicati
This Error is simple related to Multidex support while running your Flutter Application.
Comments
Post a Comment