fanlvwen commented on issue #2086: weex version = "0.20.0.1",android崩溃 URL: https://github.com/apache/incubator-weex/issues/2086#issuecomment-462595321 > @fanlvwen 这个主要是由于文件数太多导致的编译期内存泄露问题,一般我们建议通过weex-debugger去编译单个或少数文件来进行便捷的编译服务,weex-debugger中只会提供基础的编译配置,这意味着一旦文件数量增多,编译耗时会随之增加,编译的过程也可能由于某些文件的错误被中断,让问题边的更难以定位。 > > 你这种情况我建议你不要使用weex-debugger中的编译能力进行项目编译(或者指定粒度更小的文件夹,如src/component/xxx), 更加良好的方式是建立项目内的构建体系,通过本地的webpack配置你的项目构建流程,具体的项目可参考 weex create 命令创建出的项目。 感谢回答,还是想再请问为什么[email protected] 是可以正常的debug呢?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
