登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
当前仓库属于关闭状态,部分功能使用受限,详情请查阅
仓库状态说明
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
168
Star
1.3K
Fork
272
OpenHarmony-SIG
/
flutter_flutter
关闭
代码
Issues
423
Pull Requests
11
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
关于windows下linux虚拟机如何连接和调试OpenHarmony设备
待办的
#I87C74
缺陷
法的空间
创建于
2023-10-11 22:35
按照新加的文档,会出现下面的提示 ``` [D][2023-10-11 22:19:57.574][2154][host_uart.cpp:182] EnumSerialPort RegOpenKeyEx fail 258 [W][2023-10-11 22:19:57.574][2154][host_uart.cpp:538] WatchUartDevPlugin enumDetailsSerialPorts fail. [I][2023-10-11 22:19:59.239][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_01\6&32791B75&0&0001' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_01\6&32791B75&0&0001' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_02\6&32791B75&0&0002' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_02\6&32791B75&0&0002' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [D][2023-10-11 22:20:00.592][2154][host_uart.cpp:182] EnumSerialPort RegOpenKeyEx fail 258 [W][2023-10-11 22:20:00.592][2154][host_uart.cpp:538] WatchUartDevPlugin enumDetailsSerialPorts fail. ``` 我通过下面方式,用命令可以发现设备,但是 vscode 里面会提示 `Enable ohos for this project` , 这个项目已经是创建了 ohos 平台代码的。 `hdc tmode port 5555` `hdc tconn xxx.xx.xx.xx:5555`  点击创建了之后,还是会提示
按照新加的文档,会出现下面的提示 ``` [D][2023-10-11 22:19:57.574][2154][host_uart.cpp:182] EnumSerialPort RegOpenKeyEx fail 258 [W][2023-10-11 22:19:57.574][2154][host_uart.cpp:538] WatchUartDevPlugin enumDetailsSerialPorts fail. [I][2023-10-11 22:19:59.239][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_01\6&32791B75&0&0001' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_01\6&32791B75&0&0001' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_02\6&32791B75&0&0002' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] The following device has no driver: 'USB\VID_12D1&PID_107F&MI_02\6&32791B75&0&0002' [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [I][2023-10-11 22:19:59.254][2154][host_usb.cpp:91] libusb: info [winusb_get_device_list] libusb will not be able to access it [D][2023-10-11 22:20:00.592][2154][host_uart.cpp:182] EnumSerialPort RegOpenKeyEx fail 258 [W][2023-10-11 22:20:00.592][2154][host_uart.cpp:538] WatchUartDevPlugin enumDetailsSerialPorts fail. ``` 我通过下面方式,用命令可以发现设备,但是 vscode 里面会提示 `Enable ohos for this project` , 这个项目已经是创建了 ohos 平台代码的。 `hdc tmode port 5555` `hdc tconn xxx.xx.xx.xx:5555`  点击创建了之后,还是会提示
评论 (
9
)
登录
后才可以发表评论
状态
待办的
待办的
已确认
技术评审中
修复中
验收中
已完成
已取消
已拒绝
挂起
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (22)
标签 (7)
3.7.12-ohos-1.0.4
master
dev
3.7.12-ohos-1.0.3
br_ohos_accessibility
3.7.12-ohos-1.0.1-candidate.6
3.7.12-ohos-1.0.1-candidate.5
3.7.12-ohos-1.0.1-candidate.4
3.7.12-ohos-1.0.1-candidate.3
3.7.12-ohos-1.0.1-cadidate.2
3.7.12-ohos-1.0.1-cadidate.1
3.7.12-ohos-1.0.0
3.7.12-ohos-1.0.1
flutter-3.7.12-ohos.candidate.3
flutter-3.7.12-ohos.candidate.2
br_texture_5.0
flutter-3.7.12-ohos.candidate.1
3.22.1-ohos-0.1.0
flutter-3.7.12-ohos.candidate.0
br_optimize_har_structure
br_support_api_12
revert-merge-57-master
3.7.12-ohos-1.0.4
3.7.12-ohos-1.0.3
3.7.12-ohos-1.0.2
3.7.12-ohos-1.0.1
3.7.12-ohos-1.0.0
github.com/flutter/flutter/3.22.0
3.7.12-ohos
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/openharmony-sig/flutter_flutter.git
[email protected]
:openharmony-sig/flutter_flutter.git
openharmony-sig
flutter_flutter
flutter_flutter
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册