OPEN Repo and look at the link provided. here's the new command to run repo
$ curl http://android.git.kernel.org/repo >~/bin/repo Than the correct data will be there. go into your "mydroid" directory and run the command they listed. $ repo init -u git://android.git.kernel.org/platform/manifest.git that'll start the download of the files. finally, sync it. $ repo sync that's it, everything's in the mydroid directory. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

