Quiero instalar el repositorio para trabajar con los archivos fuente de Android. ¿Cómo instalar el repositorio?¿Cómo instalar Repo en mi sistema Ubuntu?
6
A
Respuesta
10
De https://source.android.com/source/downloading#installing-repo:
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ mkdir working-directory-name
$ cd working-directory-name
$ repo init -u git://android.git.kernel.org/platform/manifest.git
instrucciones autorizadas
2
ubicación cambió a http://commondatastorage.googleapis.com/git-repo-downloads/repo || rizo http://commondatastorage.googleapis.com/git-repo-downloads/repo> ~/bin/repo
1
Repo está incluido en phablet-tools
paquete que está disponible desde el repositorio de paquete oficial para las versiones de Ubuntu a partir de 14,04
1
Si está usando Ubuntu 16.04, sólo tiene que utilizar la línea de comandos:
sudo apt get install repo -y
Cuestiones relacionadas
- 1. ¿Cómo instalar "make" en ubuntu?
- 2. Cómo instalar libusb en Ubuntu
- 3. ¿Cómo instalar LESS en Ubuntu 12.04?
- 4. Cómo instalar boost en Ubuntu?
- 5. Cómo instalar monodesarrollo en ubuntu
- 6. ¿Cómo instalar g ++ 4.4 en Ubuntu?
- 7. Instalar psycopg2 en Ubuntu
- 8. Forma correcta de instalar Mercurial en Ubuntu
- 9. cómo instalar php amqp en ubuntu
- 10. ¿Cómo instalar PIL en Ubuntu 11.04?
- 11. ¿Cómo instalar git bash en ubuntu?
- 12. ¿Cómo instalar autoconf en Ubuntu 11.04?
- 13. ¿cómo puedo instalar pspell en php5/ubuntu?
- 14. Cómo instalar Oauth2.0 para python en Ubuntu
- 15. Instalar Gradle en Ubuntu 12.04
- 16. Ubuntu: cómo instalar flex para hacer postgres?
- 17. instalar el entorno .NET en ubuntu 10
- 18. ¿Cómo subir un git repo a gerrit?
- 19. Instalar y ejecutar browserquest en ubuntu
- 20. instalar play-framework en Ubuntu 9.10
- 21. incapaz de instalar nokogiri en ubuntu 12.04
- 22. ¿Manera simple de instalar RabbitMQ en Ubuntu?
- 23. Dificultades para instalar mysql gem en Ubuntu
- 24. instalar ruby 1.9.3 usando RVM en ubuntu
- 25. ¿Cómo puedo instalar una nueva versión de gcc en ubuntu
- 26. No se pueden instalar nuevos 0.11.3 sbt en Ubuntu 10.04LTS
- 27. Cómo instalar Gitlab con Virtualbox y Vagrant en Ubuntu
- 28. ¿Cómo instalar Ruby on Rails 3.0 en Ubuntu 10.10?
- 29. ¿Cómo instalar la GUI de Doxygen en Ubuntu?
- 30. Cómo instalar Sun Java JDK en Ubuntu 10.10 (Maverick Meerkat)?
Hola David, No se pudo inicializar el cliente de repos usando el siguiente comando. $ repo init -u git: //android.git.kernel.org/platform/manifest.git y trató de hacerlo con repo init -u https://android.googlesource.com/platform/manifest pero no funciona. ¿Dónde está la última URL para inicializar el repositorio? – Sharath