Flutter The number of method ref
2021-08-23 本文已影响0人
二八分发
在android/app/build.gradle中添加
dependencies中添加
implementation'com.android.support:multidex:1.0.3'
defaultConfig中添加
multiDexEnabledtrue
如图所示
implementation'com.android.support:multidex:1.0.3'
defaultConfig中添加
multiDexEnabledtrue