How to sync just android 2.2 froyo code?

后端 未结 3 1990
谎友^
谎友^ 2021-01-13 20:52
repo init -u https://android.googlesource.com/platform/manifest -b froyo
error: revision froyo in manifests not found

Latest version 2.3 required 6

3条回答
  •  天命终不由人
    2021-01-13 21:41

    Here is an explanation of what is happening to the froyo branch and how to workaround the problem:

    https://groups.google.com/group/android-building/browse_thread/thread/d6c505873a8680a7

    If you want to look for the appropriate tag to check out exact code branch, try this:

    https://android.googlesource.com/platform/build/+refs

    So looking at the list, the branch that you should try would be: android-2.2.2_r1

提交回复
热议问题