
ReactNative
lplj717
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React Native集成错误Warning:Conflict with dependency 'com.google.code.findbugs:jsr305'.
第一次加班通宵,不写的什么东西是不是对不起自己,最近在搞ReactNative,在项目引入相关maven库会报错Error:Conflict with dependency 'com.google.code.findbugs:jsr305' in project ':app'. Resolved versions for app (3.0.0) and test app (2.0.1) dif原创 2017-08-17 00:49:44 · 486 阅读 · 0 评论 -
ReactNative集成异常: Method 'void android.support.v4.net.ConnectivityManagerCompat.<init>()'
异常:Caused by: java.lang.IllegalAccessError: Method 'void android.support.v4.net.ConnectivityManagerCompat.()' is inaccessible to class 'com.facebook.react.modules.netinfo.NetInfoModule' (declaration o原创 2017-08-18 15:36:01 · 1304 阅读 · 0 评论 -
ReactNative异常:{"errno":-4048,"code":"EPERM","syscall":"lstat"。。。
异常: {"errno":-4048,"code":"EPERM","syscall":"lstat","path":"D:\\CODE\\Android\\AS2.1 Error: EPERM: operation not permitted, lstat 'D:\CODE\Android\AS2.1\android\MyReactNativeApp解决方案:打开项目中 node_mod原创 2017-08-18 15:46:19 · 4151 阅读 · 0 评论 -
ReactNative异常: java.lang.UnsatisfiedLinkError: could find DSO to load: libreactnativejni.so
异常:Caused by: java.lang.UnsatisfiedLinkError: could find DSO to load: libreactnativejni.so at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:213) 解决:在app的build.gra原创 2017-08-18 15:50:06 · 9359 阅读 · 1 评论