Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libjingle_peerconnection.jar file not located where Readme explains #216

Open
Dash83UPV opened this issue Dec 9, 2016 · 1 comment
Open

Comments

@Dash83UPV
Copy link

Dash83UPV commented 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?

@Dash83UPV 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
@ArikYa
Copy link
Contributor

ArikYa commented Dec 9, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants