12 2016 档案
FAILURE: Build failed with an exception.
摘要:FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:installDebug'. > com.android.builder.testing.api.DeviceExc 阅读全文
posted @ 2016-12-14 22:14 飘杨...... 阅读(10460) 评论(0) 推荐(0)
There is an internal error in the React performance measurement code.Did not expect componentDidMount timer to start while render timer is still in progress for another instance
摘要:一、There is an internal error in the React performance measurement code.Did not expect componentDidMount timer to start while render timer is still in 阅读全文
posted @ 2016-12-10 18:11 飘杨...... 阅读(782) 评论(0) 推荐(0)
react native TypeError network request failed
摘要:react native TypeError network request failed 异常出现的原因:由IOS9引入的新特性造成的。iOS9引入了App Transport Security (ATS)。这个新特性要求App内部访问网络必须使用Https协议。而我的项目使用的是Htttp协议。 阅读全文
posted @ 2016-12-10 18:01 飘杨...... 阅读(910) 评论(0) 推荐(0)