Open SocietyYourBerotherMing opened 3 years ago
@SocietyYourBerotherMing 一样的问题,请问解决了吗?
如下更改:
打开FlutterAppUpgradePlugin.kt这个文件。
第62行 result.success(mContext.getExternalFilesDir("")!!.absolutePath) //加入!! 第127行 goToMarket.setClassName(marketPackageName.toString(), marketClassName.toString()) //添加.toString()
Execution failed for task ':flutter_app_upgrade:compileDebugKotlin'. FlutterAppUpgradePlugin.kt: (62, 54): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type File?