On Wed, Jul 8, 2009 at 15:37, Conrad Hoffmann<c...@bitfehler.net> wrote:
> Hello List,
>
> I have lately taken some interest in Android on the Freerunner and now would
> like to build Android myself. I followed the instructions given at
> trac.koolu.org, but I keep getting the following error when doing repo sync:
>
> fatal: The remote end hung up unexpectedly
> error: Cannot fetch platform/bionic
>
> The exact module at which the sync fails seems nondeterministic, but most
> often it is platform/dalvik, followed by platform/bionic

The last time I've tried to build android from koolu I've got something similar.

My way around was a dumb shell loop like this:

$ while ! repo sync; do sleep 60; done

This worked after around 8 hours of constant tries. :)

--
Alex
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to