【问题标题】:Image_Picker Build Failed on Flutter (Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.)Flutter 上的 Image_Picker 构建失败(任务 ':app:transformClassesWithMultidexlistForDebug' 的执行失败。)
【发布时间】: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


    【解决方案1】:

    已解决

    1. 在 VSCode 上打开项目并在 Android Studio 上打开 Android 模块并迁移到 AndroidX

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-06-29
      • 2018-06-10
      • 1970-01-01
      • 2019-11-02
      • 2019-07-14
      • 2020-07-06
      • 1970-01-01
      • 2022-12-13
      相关资源
      最近更新 更多