首页 > 解决方案 > Flutter 上的 Image_Picker 构建失败(任务“:app:transformClassesWithMultidexlistForDebug”的执行失败。)

问题描述

颤振运行构建失败时,我使用了 image_picker( ^0.6.0+2 ) 和 image_cropper( ^1.0.1 )。

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 构建失败

标签: androiddartflutterandroid-gradle-pluginflutter-dependencies

解决方案


解决了

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

推荐阅读