Coder Social home page Coder Social logo

Comments (4)

vsimon avatar vsimon commented on June 27, 2024

Thanks, I'll take a look.

from webrtcbuilds.

o3661606 avatar o3661606 commented on June 27, 2024

FYI, just tested to use the official way as documented in webrtc.org, same issue happens. Probably this is not the problem of your script. However, can you still take a look to see how to 'bypass' this error temporarily?

from webrtcbuilds.

vsimon avatar vsimon commented on June 27, 2024

Thanks. The error output feels network-related to me, barring any server-side git or network issues which are always possible, are there any client-side global git configurations set like for options prefixed 'http.*' found by looking at git config --global -l?

While looking at this, I now see one of the first things mentioned in the official documentation is that cross-compiling for android is only supported on Linux (link). I tried it on macOS and couldn't make progress after getting errors like lsb_release: command not found, lsb_release being a linux command.

I spun up an ubuntu 16.04 virtualbox VM and tried the ./build.sh -b branch-heads/60 -t android -c arm64 command there and apart from having to type 'y' to agree to an Android Software Development Kit License, the build continued towards completion. Unfortunately, I'm not too familiar with android development to validate things on an android emulator or device, but I would suggest going with a VM route if you are on a Mac.

I might also codify this 'building android only on Linux instruction' in a future commit for non-linux platforms accordingly.

from webrtcbuilds.

o3661606 avatar o3661606 commented on June 27, 2024

I tried on Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-87-generic x86_64) VM.
and run with su sudo ./build.sh -b branch-heads/60 -t android -c arm64

I still got the same error, but when i switch to branch-heads/59, it works fine.
So i will close this issue.

FYI, my git config
user@ubuntu:~$ git config --global -l
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f

from webrtcbuilds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.