Git Product home page Git Product logo

Comments (12)

ceyhun avatar ceyhun commented on June 3, 2024 1

Edit android/app/build.gradle

Add react-native-twilio-video-webrtc in dependencies like this:

dependencies {
    .....
    .....
    .....
    compile project(':react-native-twilio-video-webrtc')
}

from react-native-twilio-video-webrtc.

bilby91 avatar bilby91 commented on June 3, 2024

Hello @vvillait88 !

Have you followed the installation instructions in the README ?

If that is the case maybe we are missing something @slycoder

from react-native-twilio-video-webrtc.

vvillait88 avatar vvillait88 commented on June 3, 2024

@bilby91 Yeah step by step. Works fine on iOS but for some reason on Android it throws this error.

from react-native-twilio-video-webrtc.

bilby91 avatar bilby91 commented on June 3, 2024

@vvillait88 Good, let's wait for some comments from @slycoder since he is in charge of the android native code.

from react-native-twilio-video-webrtc.

slycoder avatar slycoder commented on June 3, 2024

@vvillait88 Out of curiosity do you see react-native-twilio-video-webrtc listed in the project view of android studio?

from react-native-twilio-video-webrtc.

vvillait88 avatar vvillait88 commented on June 3, 2024

@slycoder Yeah, its there.

screen shot 2017-08-01 at 3 03 18 pm

from react-native-twilio-video-webrtc.

slycoder avatar slycoder commented on June 3, 2024

Oh yeah, I must've forgotten to add that into the docs. Lemme do that tout suite

from react-native-twilio-video-webrtc.

slycoder avatar slycoder commented on June 3, 2024

@vvillait88 Can you confirm that that solves the problem for you?

from react-native-twilio-video-webrtc.

vvillait88 avatar vvillait88 commented on June 3, 2024

@slycoder it worked but I also had to add some code to gradle, not sure if its related.

Error:
Duplicate files copied in APK META-INF/rxjava.properties

Add to gradle:
packagingOptions {
exclude 'META-INF/rxjava.properties'
}

from react-native-twilio-video-webrtc.

slycoder avatar slycoder commented on June 3, 2024

Ah oops, turns out those are from a dependency that isn't even needed any more. I'll remove those and that should get rid of the error without any packagingOption hacks.

from react-native-twilio-video-webrtc.

vvillait88 avatar vvillait88 commented on June 3, 2024

@slycoder sounds good, just ping me when we are good to go. Appreciate all your help!

from react-native-twilio-video-webrtc.

slycoder avatar slycoder commented on June 3, 2024

This is now merged to master.

from react-native-twilio-video-webrtc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.