You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I found the following issue, and possible solution, in the script.
The script fails at one point
cp -p "$SOURCE_DIR/lib.java/webrtc/api/libjingle_peerconnection_java.jar"
"$TARGET_DIR/libs/libjingle_peerconnection.jar"
The files are not located there anymore, they are in ... /sdk/android, so it should be
The text was updated successfully, but these errors were encountered:
Dash83UPV
changed the title
libjingle_peerconnection.jar file not located where Readme explain
libjingle_peerconnection.jar file not located where Readme explains
Dec 9, 2016
Hi,
I found the following issue, and possible solution, in the script.
The script fails at one point
cp -p "$SOURCE_DIR/lib.java/webrtc/api/libjingle_peerconnection_java.jar"
"$TARGET_DIR/libs/libjingle_peerconnection.jar"
The files are not located there anymore, they are in ... /sdk/android, so it should be
cp -p "$SOURCE_DIR/lib.java/webrtc/sdk/android/libjingle_peerconnection_java.jar"
"$TARGET_DIR/jars/libs/libjingle_peerconnection.jar"
Is this correct?
The text was updated successfully, but these errors were encountered: