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.12k stars 448 forks source link

libjingle_peerconnection_java.jar is empty #245

Open yhbaran opened 6 years ago

yhbaran commented 6 years ago

After I build webrtc, libjingle_peerconnection_java.jar include only one java class(its name Empty.class). Why is it becomming empty ? I followed the steps below and I didn't get any errors. I use Ubuntu.

1.source android/build.sh 2.install_dependencies 3.get_webrtc 4.export WEBRTC_DEBUG=true 5.export WEBRTC_ARCH=armv7 6.prepare_gyp_defines && execute_build

wuhao-ouyang commented 5 years ago

I think it's supposed to be empty since related code should be migrated to peerconnection_java.jar