1***@qq.com
1***@qq.com
  • 发布:2022-08-06 11:15
  • 更新:2022-08-06 11:15
  • 阅读:484

【报Bug】vivo s7 更新系统之后则无法真机调试。时间:2022/8/5 更新系统

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: windows 11 专业版

HBuilderX类型: 正式

HBuilderX版本号: 3.5.3

手机系统: Android

手机系统版本号: Android 10

手机厂商: vivo

手机机型: vivo s7

页面类型: vue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:
<template> <tm-sheet> <tm-tabs showTabsLineAni :item-width="110" swiper :width="636" :height="500" default-name="4"> <tm-tabs-pane v-for="item in 20" :name="item" :title="'标题' + item"> <tm-text :font-size="30" _class="font-weight-b" color='red' label="item + ';本组件可以开启swiper属性,你现在可以尝试左右滑动。开启左右滑动,页面最好禁用滚动,以防与页面事件冲突。(当然是兼容了WEB pc端)'"></tm-text> </tm-tabs-pane>
</tm-tabs>
</tm-sheet>
</template>
<script lang="ts" setup>
import { ref } from "vue"
const tabsTitle = ref([
{ key: "1", title: "选项1", icon: "tmicon-ios-leaf" },
{ key: "2", title: "选项2", icon: "tmicon-ios-umbrella" },
{ key: "3", title: "选项3", icon: "tmicon-ios-rocket" },
{ key: "4", title: "选项4", icon: "tmicon-ios-partly-sunny" },
])

function tabschange(key:string|number){
console.log(key)
}
</script>

预期结果:

预期:
正在同步手机端程序文件...
10:42:16.595 同步手机端程序文件完成
10:42:16.690 正在启动HBuilder调试基座
10:42:20.448 如手机上HBuilder调试基座未启动,请手动启动...
10:42:33.697 You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle.

实际结果:

实际结果:
正在同步手机端程序文件...
10:56:47.219 同步手机端程序文件完成
10:56:47.376 正在启动HBuilder调试基座
10:56:47.502 Error: Activity not started, unknown error code 4002
10:56:47.533 已停止运行...

bug描述:

昨天更新了 vivo s7 的项目,则无法真机调试。
Activity not started, unknown error code 4002
同样的项目,我的手机不可以,但我同事的却可以运行。

2022-08-06 11:15 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复