Comments on: Build and Run Android from AOSP Source Code to a Nexus 7 https://www.intellectsoft.net/blog/build-and-run-android-from-aosp-source-code-to-a-nexus-7/ Wed, 25 Sep 2019 20:26:13 +0000 hourly 1 https://wordpress.org/?v=5.6 By: Traveloweb https://www.intellectsoft.net/blog/build-and-run-android-from-aosp-source-code-to-a-nexus-7/#comment-276 Wed, 08 Nov 2017 12:16:00 +0000 https://stanfy.com/?p=13549#comment-276 Useful Blog

]]>
By: Axle Frost https://www.intellectsoft.net/blog/build-and-run-android-from-aosp-source-code-to-a-nexus-7/#comment-275 Sun, 19 Mar 2017 07:44:00 +0000 https://stanfy.com/?p=13549#comment-275 I am using fedora 25, and using the following commands to download android gingerbread.

repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1
repo sync -c -j4

After typing it (after almost 24hours, download of size 13G), I get:

Fetching projects: 97% (166/171) Fetching project platform/external/neven
Fetching project platform/external/dnsmasq
Fetching projects: 99% (170/171) remote: Sending approximately 2.15 GiB …
remote: Counting objects: 367, done
remote: Finding sources: 100% (2029012/2029012)
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
remote: Sending approximately 2.15 GiB …
remote: Counting objects: 367, done
remote: Finding sources: 100% (2029012/2029012)
^Cerror: Cannot fetch platform/frameworks/base MiB | 118.00 KiB/s
aborted by user

How should i solve this

]]>
By: Jaroslav Záruba https://www.intellectsoft.net/blog/build-and-run-android-from-aosp-source-code-to-a-nexus-7/#comment-273 Wed, 28 Dec 2016 17:15:00 +0000 https://stanfy.com/?p=13549#comment-273 Seems like “repo –version” must be preceded by “repo init…” otherwise I am getting “error: repo is not installed. Use “repo init” to install it here.”
Also “repo init…” invokes git which requires git credentials to be configured: “git config –global …”
(Feel free to remove this comment after reading it. 🙂

]]>