fanlvwen commented on issue #1913: weex_sdk从0.18.0升级到0.20.0.1,开启debug模式程序崩溃,像是so文件引发 URL: https://github.com/apache/incubator-weex/issues/1913#issuecomment-448085932 > @fanlvwen I will check the compilation problem, and I also suggest you using `weex debug` command to debug your page, if you want to compile pages more quickly, I suggest you using `weex create [projectname]` to create an official project, then put your source into the `src` (do not delete `entry.js`), then running `npm start`, it will open an browser for you to preview your page, you can also modify the configuration on `config` folder. > > As a temporary solution, you can also using `weex-devtool` for build, `weex-debugger` for debug. > > The built-in compile module on `weex-debugger` or `weex-devtool` will be removed soon as it can compile very limited content. Wait patiently for the new version of the `weex` debug tool, it will coming soon. 谢谢回答! 新建项目,把自己项目的src拷贝过来,保留新的entry.js,运行npm run start 报错如下: ![image](https://user-images.githubusercontent.com/36951996/50130708-ebd01a00-02b9-11e9-9ce1-e6a956804382.png)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services