flutter 任务“:reactive_ble_移动的:generateDebugProto”执行失败

gfttwv5a  于 2023-06-30  发布在  Flutter
关注(0)|答案(1)|浏览(285)

我试着在我的Android设备上运行它。我使用flutter_bluetooth_serial版本0.4.0。在运行应用程序时,我得到以下错误。该插件不构建到Android上的Windows笔记本电脑
正在调试模式下启动M2101K7BG上的lib\main.dart...
失败:生成失败,出现异常。
哪里出错了:任务“:reactive_ble_移动的:generateDebugProto”执行失败。

protoc: stdout: . stderr: C:\Users\Mustafa Y�ksel\AppData\Local\Pub\Cache\hosted\pub.dev\reactive_ble_mobile-5.0.3\protos: warning: directory does not exist.
Could not make proto path relative: C:\Users\Mustafa Y�ksel\AppData\Local\Pub\Cache\hosted\pub.dev\reactive_ble_mobile-5.0.3\protos\bledata.proto: No such file or directory

尝试:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

https://help.gradle.org获取更多帮助
BU�LD FAILED in 3m 1s异常:Gradle任务assembleDebug失败,退出代码为% 1 Exited(sigterm)
在pubdev中运行flutter_reactive_ble包时出现gradle错误

kupeojn6

kupeojn61#

我已经解决了这个问题,伙计们。发生错误的原因是当前位置中有土耳其字符。我以前用过很多软件包,但它们从来没有出错过。我创建了一个新的用户帐户并成功运行了该项目。

相关问题