[android-developers] Problem in getting Android source code from Google repo

2011-12-26 Thread srinivasan shanmugam
Hi, When i was getting android source code by executing the following commands: $ curl http://android.git.kernel.org/repo ./repo $ chmod a+x ./repo $ ./repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread I was facing the below errors could any body

Re: [android-developers] Problem in getting Android source code from Google repo

2011-12-26 Thread Yang Bo
Try android.googlesource.com. 在 2011-12-26 下午6:48,srinivasan shanmugam srinivasan@gmail.com写道: Hi, When i was getting android source code by executing the following commands: $ curl http://android.git.kernel.org/repo ./repo $ chmod a+x ./repo $ ./repo init -u

Re: [android-developers] Problem in getting Android source code from Google repo

2011-11-13 Thread chengdong diao
see the http://source.android.com dowload , the url has changed 2011/11/11 srinivasan shanmugam srinivasan@gmail.com Hi, As specified in the i.MX Android R9.4 User Guide in section 2. Build Android for i.MX 2.1 Get Android Source Code (Android/Kernel/U-Boot) While getting the

[android-developers] Problem in getting Android source code from Google repo

2011-11-11 Thread srinivasan shanmugam
Hi, As specified in the i.MX Android R9.4 User Guide in section 2. Build Android for i.MX 2.1 Get Android Source Code (Android/Kernel/U-Boot) While getting the Android source code from Google repo, wen i was executing the following step: ubuntu@ubuntu-laptop:~/myandroid$ ./repo init -u