小鑫 2025年4月19日 · Android [Android] 更新 Android Studio 后报错 Unknown Kotlin JVM target: 21 从2023.3.1升级至2024.3.1后,报错信息如下: 解决方法: 1. 升级 gradle 版本(按自己…
小鑫 2025年3月24日 · Android [Android] 为 PopupWindow 设置遮罩 此处例子是为 fragment 添加的 extension function PopupWindow show…
小鑫 2024年5月16日 · Android [Android Studio] ‘compileBetaDebugJavaWithJavac’ task (current target is 1.8) and ‘kaptGenerateStubsBetaDebugKotlin’ task (current target is 17) 修改 kotlinOptions 和 compileOptions 的 jvm 版本,以保持与 Android…
小鑫 2022年9月22日 · Flutter 升级 Flutter 3.+ 出现 UnicodeChar、AsciiChar not found 一个旧的 flutter2.+ 项目,安装了最新的 flutter3.3 ,运行不起来。 查阅资料后,得知 1…