pchab / AndroidRTC

Android client for ProjectRTC - a WebRTC demo
Other
1.59k stars 573 forks source link

error: package org.webrtc does not exist on Android Studio v3.1.3 #176

Open VenkateshPrasadSV opened 6 years ago

VenkateshPrasadSV commented 6 years ago

Unble to go forword, blocked with this error.

I have updated the gradle wrapper to distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

Dependencies of webrtc-client

dependencies { implementation 'com.github.nkzawa:socket.io-client:0.4.2' implementation 'io.pristine:libjingle:8871@aar' }

Dependencies of app

dependencies { implementation 'com.android.support:appcompat-v7:22.0.0' api project(path: ':webrtc-client') }

j796160836 commented 6 years ago

Duplicate with the issue #175. PR is here #178.