oney / RCTWebRTCDemo

MIT License
215 stars 142 forks source link

libjingle_peerconnection build error #29

Closed Elqul closed 8 years ago

Elqul commented 8 years ago

Hello,

this is the error am getting on Android.

Error:Execution failed for task ':react-native-webrtc:transformNative_libsWithSyncJniLibsForRelease'.
> java.io.FileNotFoundException: /Users/test/Documents/jitsi-meet/node_modules/react-native-webrtc/android/build/intermediates/bundles/release/jni/lib/x86_64/libjingle_peerconnection_so.so (No such file or directory)

how to fix this ?

zxcpoiu commented 8 years ago

This seems a gradle issue.

please upgrade your gradle plugin in your build.gradle like com.android.tools.build:gradle:2.2.0

see: https://github.com/oney/react-native-webrtc/issues/149#issuecomment-255791200