pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

libjingle_peerconnection_java.jar is now split in many jars #243

Closed Pitel closed 6 years ago

Pitel commented 6 years ago

Probably because of one of these commits

Pitel commented 6 years ago

There is no libwebrtc.jar file in my $SOURCE_DIR/lib.java/sdk/android/.

ArikYa commented 6 years ago

I see it when building the M65 release. What are you building?

Pitel commented 6 years ago

Latest build from WebRTC's master branch, AFAIK. I'm not specifying the release/commit anywhere.

Pitel commented 6 years ago

Also, libwebrtc.jar is not mentioned anywhere in the original script, so I don't think it's relevant.

Pitel commented 6 years ago

Yup, it works. We're using it here also for audio and video.

OT: Hi @wojta, long time no see. I'm still teaching "your" Android course at Gopas. :)

ArikYa commented 6 years ago

The latest versions of WebRTC include a python script that builds an AAR. It might be better if you switch to using it. I'll merge this for anyone that still wants to use it