1

I am trying to build Android 2.1 from source using the instructions given here

However, when I run repo sync it exits with an error that says:

error: revision eclair in Cyanogenmod/android external webkit not found.

Does anyone have any idea about why this might occur?

Alex Lockwood
  • 83,063
  • 39
  • 206
  • 250
kaisar
  • 97
  • 2
  • 9

1 Answers1

0

There's at least a typo. I see Cyanogenmod in the error message where it should probably be Cyanogenmod

Also the instructions you refer to appear to be for Froyo. Eclair may or may not work with these instructions.

ColdFire
  • 6,764
  • 6
  • 35
  • 51
levis501
  • 4,117
  • 23
  • 25
  • Hi, Yeah that was A typo. fixed it. about the instructions i guess if we change the keywords like - cupcake,eclair,froyo,gingerbread we can get the versions we want. currently the post shows gingerbread which was froyo before. – kaisar Feb 03 '11 at 19:37