【发布时间】:2019-09-25 12:12:48
【问题描述】:
我使用了 image_picker(^0.6.0+2) 和 image_cropper(^1.0.1) 当 flutter run 构建失败时。
Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 32s
我用了很多东西来解决这个问题。没有任何工作。之后我删除了 image_picker 和 image_cropper 然后应用程序运行完美。
IOS 工作正常,Android 构建失败
【问题讨论】:
标签: android dart flutter android-gradle-plugin flutter-dependencies