
React-native
Younger1919
分享技术经验,记录点滴生活
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
could not get batchedbridge, make sure your bundle is packaged correctly
今天在学习ReactNative时,研究到ReactNative嵌入到原生app时遇到的一个问题,导致程序跳转的时候就crash,错误日志如下:java.lang.RuntimeException: Could not get BatchedBridge, make sure your bundle is packaged correctlyat com.facebook.react.cxx转载 2016-10-19 21:59:52 · 2626 阅读 · 0 评论 -
错误Conflict with dependency 'com.google.code.findbugs:jsr305' 解决方法
错误提示:Warning:Conflict with dependency 'com.google.code.findbugs:jsr305'. Resolved versions for app (3.0.1) and test app (2.0.1) differ. See http://g.co/androidstudio/app-test-app-conflict for detail原创 2016-12-05 20:05:11 · 14753 阅读 · 7 评论