Flutter 添加新插件后报The number of method references in a .dex file cannot exceed 64K. Asscre 2020-01-15 2,145 阅读1分钟 不BB直接上=====> 解决方案: 在android/app/build.gradle中的 dependencies 下添加 implementation 'com.android.support:multidex:1.0.3' 在android/app/build.gradle中的 defaultConfig 下添加 multiDexEnabled true