Note that there are some explanatory texts on larger screens.

plurals
  1. POIssues in downloading android sdk source code
    text
    copied!<p>I am trying to download the android sdk source.</p> <p>Following are the steps I did for the same.</p> <pre><code>curl http://android.git.kernel.org/repo &gt;~/bin/repo chmod a+x ~/bin/repo PATH=$PATH:~/bin export PATH mkdir mydroid cd mydroid repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo </code></pre> <p>I get the following message returned to me after I issues the repo init command in terminal -- "revision froyo in manifests not found" </p> <p>I have been pulling out my hairs trying to find a solution for the same. Experts , kindly help.</p> <p>I am doing this from Ubuntu environment.</p> <p>Experts please help with a solution.</p> <p>Looking forward, Best Regards, Anees</p> <p>Edit: I tired for master branch also and I got</p> <pre><code>anees@Anees-desktop:~/mydroid1$ repo init -u git://android.git.kernel.org/platform/manifest.git Traceback (most recent call last): File "/home/anees/mydroid1/.repo/repo/main.py", line 238, in &lt;module&gt; _Main(sys.argv[1:]) File "/home/anees/mydroid1/.repo/repo/main.py", line 220, in _Main repo._Run(argv) File "/home/anees/mydroid1/.repo/repo/main.py", line 125, in _Run cmd.Execute(copts, cargs) File "/home/anees/mydroid1/.repo/repo/subcmds/init.py", line 231, in Execute self._SyncManifest(opt) File "/home/anees/mydroid1/.repo/repo/subcmds/init.py", line 119, in _SyncManifest m.PreSync() File "/home/anees/mydroid1/.repo/repo/project.py", line 1594, in PreSync cb = self.CurrentBranch File "/home/anees/mydroid1/.repo/repo/project.py", line 277, in CurrentBranch b = self.work_git.GetHead() File "/home/anees/mydroid1/.repo/repo/project.py", line 1380, in GetHead fd = open(path, 'rb') IOError: [Errno 2] No such file or directory: '/home/anees/mydroid1/.repo/manifests/.git/HEAD' </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload