repo init -u https://android.googlesource.com/platform/manifest -b froyo error: revision froyo in manifests not found
Latest version 2.3 requires a 64-bit build machine, how to get only froyo code?
Here is an explanation of what is happening with the froyo branch, and how to solve the problem:
https://groups.google.com/group/android-building/browse_thread/thread/d6c505873a8680a7
If you want to find the appropriate tag to check the exact code branch, try the following:
https://android.googlesource.com/platform/build/+refs
Thus, looking at the list, the branch you should try would look like this: android-2.2.2_r1
android-2.2.2_r1
Try the following: repo init -u https://android.googlesource.com/platform/repo -b froyo
repo init -u https://android.googlesource.com/platform/repo -b froyo
This worked for me.
repo init -u https://android.googlesource.com/platform/manifest -b android-2.2_r1.1
I assume r1.1 is a release branch. can anyone confirm this?
Source: https://habr.com/ru/post/1337749/More articles:Rotate around a point on a mouse - c #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1337745/programming-resources-to-learn-c-in-depth&usg=ALkJrhhkzcGQsp6uG7KMOPuKtA79yNgiQAReflection and Complex Properties - reflectionSave map with JPA - javadefine function in javascript onbuttonclick - javascriptThe validation message contains '{PropertyName}' instead of the property name - c #How can I bring a minimized model WinForm to its previously displayed position programmatically? - c #search in unsorted array in logarithmic time - arraysI need help creating a .wsdl file - more than one function is needed! - javascriptClose NHibernate Session After WCF Serialized Return Object - .netAll Articles