Open forlayo opened 9 years ago
Looks like it's failing to grab a revision. Is this happening in the latest version of build scripts?
+1 This has been happening for me too. It basically logs me out (or closes my ssh session if i am not logged in any other user). This has been happening for file permissions error and compile errors too.
The same for me
https://github.com/pristineio/webrtc-build-scripts/issues/124
can't build Android x86 and x86_64, but armv7 and armv8 work correct
Any ideas?
Ok, I found a solution for this issue
try to use the following order
source android/build.sh
pull_depot_tools
export WEBRTC_ARCH=x86
prepare_gyp_defines && execute_build
I am facing the same issue ,I am using source android/build.sh pull_depot_tools export WEBRTC_armv7 prepare_gyp_defines && execute_build Any idea?
The same issue here, none of armv7,armv8,x86 or x86_64 work.
the same problem also happened to me, any solution?
Setting up build environment for Android Export the base settings of GYP_DEFINES so we can define how we want to build User has not specified any gyp defines so we proceed with default ARMv7 with Neon Build GYP_DEFINES=OS=android host_os=linux libjingle_java=1 build_with_libjingle=1 build_with_chromium=0 enable_tracing=1 enable_android_opensl=0 OS=android Run gclient hooks Build AppRTCDemo in Release (arch: armv7) Running ninja ninja: Entering directory `out_android_armeabi-v7a/Release' Release build for apprtc failed for revision