解决打包APK错误:error: resource android:attr/lStar not found原因是 flutter 在打包时会检查 compileSdkVersion 和 buildToolsVersion,有些旧的插件没有定义。星野米奥2025年1月13日
解决Could not create task …this and base files have different roots直接编译运行Flutter项目是没问题的,但是单独打开Android项目进行编译却报错了。星野米奥2024年12月9日
解决“No CMAKE_CXX_COMPILER could be found.”更新VisualStudio导致的WindowsSDK或MSVC版本混乱,删除旧版本,尽量只保留最新版本就可解决。星野米奥2024年10月17日
解决“jvm target compatibility should be set to the same Java version”这个错误是由于Java和Kotlin的JVM目标版本不一致导致的。星野米奥2024年9月25日
解决“The run destination iPhone is not valid for Running the scheme ‘Runner’.”错误这是由于Xcode不支持当前设备的操作系统版本,应当更新Xcode至最新版本,或者下载相关版本文件。星野米奥2024年5月8日
解决“Did you forget to declare these files as outputs of any script phases or custom build rules which produce them?”Flutter项目在编译iOS平台时,遇到这个错误...星野米奥2024年4月29日
解决”backend != IOSRenderingBackend::kImpeller. Software rendering is incompatible with Impeller.”flutter run --no-enable-impeller星野米奥2024年4月29日