shivammaindola / AndroidWebRTC

Checkout step by step tutorial.
https://medium.com/@shivammaindola07/step-by-step-guide-to-build-webrtc-native-android-app-47898caa1594
122 stars 48 forks source link

Unable to load class 'javax.xml.bind.JAXBException'. #4

Open linconcandoit opened 3 years ago

linconcandoit commented 3 years ago

Getting issue - Unable to load class 'javax.xml.bind.JAXBException'. during app build

I am using JAVA 11

djsamseng commented 3 years ago

Open the folder "VideoWebRTC" and not "VideoWebRTC/app". If you then receive gradle errors go to build.gradle and update

build.gradle

dependencies {
        classpath 'com.android.tools.build:gradle:4.2.2'
}

gradle-wrapper.properties

distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip