yzz413026 commented on issue #26: playground运行,开启debug后崩溃
URL: 
https://github.com/apache/incubator-weex-playground/issues/26#issuecomment-606586990
 
 
   现在不会报错了,但是也没有debug成功,网页中没有反应。我是按官方文档第一种方式启动:
    private void initDebugEnvironment(boolean enable, String host) {
           WXEnvironment.sRemoteDebugMode = enable;
           WXEnvironment.sRemoteDebugProxyUrl =   
"ws://169.254.187.40:8089/debugProxy/native";
           WXEnvironment.sApplication = this;
       }
       WXSDKEngine.initialize(this, config);
       load(bundleUrl, null);
   @cnryb 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to