Спасибо вам большое за ответ! Но я испытываю большие проблемы с постройкой на Ubuntu 10.04 x64. Не получается получить иходные файлы по команде$repo syncошибка вроде:fatal: git 1.7.2Я из того понял что он хочет обновления, но оно не приходит. Терминал утверждает, что установлена последняя версия.По команде$git versiongit 1.7.0.2
--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Вот что мне показывает терминал:developer@developer:~$ mkdir ~/bindeveloper@developer:~$ PATH=~/bin:$PATHdeveloper@developer:~$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed100 22889 100 22889 0 0 10560 0 0:00:02 0:00:02 --:--:-- 1397kdeveloper@developer:~$ chmod a+x ~/bin/repodeveloper@developer:~$ mkdir 2.3.7developer@developer:~$ cd 2.3.7developer@developer:~/2.3.7$ repo init -u https://android.googlesource.com/platform/manifestfatal: git 1.7.2 or later requireddeveloper@developer:~/2.3.7$ gitusage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path][-p|--paginate|--no-pager] [--no-replace-objects][--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE][--help] COMMAND [ARGS]The most commonly used git commands are:add Add file contents to the indexbisect Find by binary search the change that introduced a bugbranch List, create, or delete branchescheckout Checkout a branch or paths to the working treeclone Clone a repository into a new directorycommit Record changes to the repositorydiff Show changes between commits, commit and working tree, etcfetch Download objects and refs from another repositorygrep Print lines matching a patterninit Create an empty git repository or reinitialize an existing onelog Show commit logsmerge Join two or more development histories togethermv Move or rename a file, a directory, or a symlinkpull Fetch from and merge with another repository or a local branchpush Update remote refs along with associated objectsrebase Forward-port local commits to the updated upstream headreset Reset current HEAD to the specified staterm Remove files from the working tree and from the indexshow Show various types of objectsstatus Show the working tree statustag Create, list, delete or verify a tag object signed with GPGSee 'git help COMMAND' for more information on a specific command.developer@developer:~/2.3.7$ git versiongit version 1.7.0.4
--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Если бы я знал как это делать, этого поста не было бы.У меня не получается обновить GITrepo init -u git://android.git.kernel.org/platform/manifest.git -b eclair
fatal: git 1.7.2 or later required
$ sudo apt-get install git
[sudo] password for developer:
Чтение списков пакетов... Готово
Построение дерева зависимостей
Чтение информации о состоянии... Готово
Пакет git недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.list
E: Для пакета git не найдены кандидаты на установку
Что мне с этим делать?
--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.