oney / RCTWebRTCDemo

MIT License
215 stars 142 forks source link

NullPointerException without error message #69

Open AlexPrietoBlanco opened 6 years ago

AlexPrietoBlanco commented 6 years ago

Hello,

I'am trying to run this demo but I have a problem. When I run the command react-native run-android y get the next error:

FAILURE: Build failed with an exception.

So, I decided to use this command: cd android && ./gradlew installDebug --stacktrace to get some additional information and this is what I have:

FAILURE: Build failed with an exception.

BUILD FAILED

What should I do in that case?

Thank you in advance, Alex.