And another thing, no where at the android developer site you linked
to says nothing about froyo.

This command:

$ repo init -u git://android.git.kernel.org/platform/manifest.git

Will get the source for all android platforms (everything up to
eclair)

To get a specific branch, you would do this:

$ repo init -u git://android.git.kernel.org/platform/manifest.git -b
eclair

(Or "-b cupcake", or "-b donut" depending what you're building for)
But "-b froyo" will NOT work as of this time

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to