liyufengrex / flutter_subscreen_plugin

flutter插件:支持 Android 设备双屏显示,主副屏皆使用 flutter 绘制,通过 channel 双引擎实现主副屏通信交互。
BSD 3-Clause "New" or "Revised" License
123 stars 22 forks source link

flutter 版本 version: 3.7.30+307300716 报“Execution failed for task ':flutter_subscreen_plugin:compileDebugKotlin'.”错误 #17

Open wajipu opened 1 month ago

wajipu commented 1 month ago

FAILURE: Build failed with an exception.

BUILD FAILED in 23s

┌─ Flutter Fix ─────────────────────────────────────────────────────────────┐ │ This issue appears to be https://github.com/flutter/flutter/issues/58247. │ │ Fix this issue by adding the following to the file │ │ D:\2024_Project\zservice\android\app\build.gradle: │ │ android { │ │ lintOptions { │ │ checkReleaseBuilds false │ │ } │ │ } │ └───────────────────────────────────────────────────────────────────────────┘ Error: Gradle task assembleDebug failed with exit code 1

wajipu commented 1 month ago

已解决