haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
182 stars 109 forks source link

Error during make project or run #3

Closed pintukumarpatil closed 4 years ago

pintukumarpatil commented 4 years ago

Hello @haiyangwu I am facing an issue during make project, can you help me: see error

AILURE: Build failed with an exception.

I am using below path in local.properties webrtc.include.path=/opt/webrtc/linux/ webrtc.binary.path=/opt/webrtc/linux/src/out/android-webrtc-m74 webrtc.jar.path=/opt/webrtc/linux/src/out/android-webrtc-m74/lib.java/sdk/android

haiyangwu commented 4 years ago

The include path should the root ofwebrtc source code. I guss it is webrtc.include.path=/opt/webrtc/linux/src instead of webrtc.include.path.

BTW, the latest commit already contains all deps which hoping resolve issues like yours. Cloud your do a quick test on your environment for me?

pintukumarpatil commented 4 years ago

I did pull your latest commit and try to run, but still getting below error:

FAILURE: Build failed with an exception.

haiyangwu commented 4 years ago

@pintukumarpatil I see. I forgot to commit abseil-cpp, please pull again. 🤫

pintukumarpatil commented 4 years ago

Yeah, Now its working..Doing good job 👍

pintukumarpatil commented 4 years ago

Issue has been fixed.