repo init -u https://android.googlesource.com/platform/manifest -b froyo error: revision froyo in manifests not found
Latest version 2.3 required 6
This one worked for me.
repo init -u https://android.googlesource.com/platform/manifest -b android-2.2_r1.1
I guess r1.1 is the release branch. can someone affirm this?