dannyzhuang opened a new issue #545: 使用了改完包名的weex sdk 0.28版本,weex 初始化总是失败 URL: https://github.com/apache/incubator-weex-site/issues/545 weex 初始化的时候调用 `WXSDKEngine.initialize(SuningApplication.getInstance(), config);` ,weex sdk中会调用方法`initFrameworkEnv` 如图:  这个方法初始化的时候 initFrameworkEnv方法停留了很长时间,最终失败,走到else里面去  造成  我业务代码里面,每次跳转到weex的时候,都会判断weex 是否已经被初始化了: `WXSDKEngine.isInitialized()` 如果没有初始化,我就不会跳转到weex 页面。 ![Uploading 222.png…]() 同时看到初始化的时候有异常log: 
---------------------------------------------------------------- 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
