You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
npm install weex-tool 直接安装的是weex-debuggerv1.0.6啊,之前用的老版的debugger,在安卓项目中直接开启
WXEnvironment.sDebugServerConnectable = true;
WXEnvironment.sRemoteDebugMode = true;
WXEnvironment.sRemoteDebugProxyUrl = "ws://" + host + ":8088/debugProxy/native";
然后再weex中weex debug src -e index.vue,这样打开app之后,chrome里就会自动列出设备,然后开始debug,最新版的debugger,只有一个二维码(本身项目并没有继承扫码,影响apk大小),然后weex debug src -e index.vue也不识别了,报错no index.vue files found in source....
现在很奔溃,不知道该如何开启debug,求支援
The text was updated successfully, but these errors were encountered: