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

Android script: wrong paths #28

Closed soulfly closed 9 years ago

soulfly commented 9 years ago

Looks like something wrong with some paths in https://github.com/pristineio/webrtc-build-scripts/blob/master/android/build.sh

I receive a lot of errors when call build_apprtc:

  /vagrant/webrtc/src/build/android/envsetup.sh: No such file or directory

etc

thebehera commented 9 years ago

the last push I made should fix those errors. are you still running into them? try sourcing the build.sh file again after doing a pull

thebehera commented 9 years ago

any word on this? otherwise im going to close. if you pull to the latest it should be fixed

soulfly commented 9 years ago

In this revision it wasn't working https://github.com/pristineio/webrtc-build-scripts/commit/a8d2ef932ab8ff2fb44ca09ab7610a7171fbc654

aaalaniz commented 9 years ago

@soulfly Is this still an issue?