building android 6.0 for udoo neo

Discussion in 'UDOO NEO' started by dillibabu, Aug 11, 2017.

  1. dillibabu

    dillibabu New Member

    Joined:
    May 6, 2017
    Messages:
    15
    Likes Received:
    0
    hi,

    i want to build android 6.0 for Udoo Neo, so i have follow this link https://www.udoo.org/docs-neo/Advanced_Topics/Compile_Android_From_Source.html. From this link i download file using this repo links from command line

    ~$ cd ~
    ~$ mkdir myandroid bin
    ~$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    ~$ chmod a+x ~/bin/repo
    ~$ cd myandroid
    ~$ ~/bin/repo init -u https://github.com/UDOOboard/android_udoo_platform_manifest -b android-6.0.1
    ~$ ~/bin/repo sync -j5

    but i got following error message

    Fetching projects: 99% (385/388) fatal: unable to access 'https://bitbucket.org/UBERTC/arm-eabi-5.3.git/': Failed to connect to bitbucket.org port 443: Network is unreachable
    error: Cannot fetch arm-eabi-5.3.git

    error: Exited sync due to fetch errors
    malar@malar-ubuntu:~/myandroid$ git clone https://bitbucket.org/UBERTC/arm-eabi-5.3.git
    Cloning into 'arm-eabi-5.3'...
    fatal: unable to access 'https://bitbucket.org/UBERTC/arm-eabi-5.3.git/': Failed to connect to bitbucket.org port 443: Network is unreachable

    many time i re sync but i got same error. any one help me please...

    thank you
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580

Share This Page