Androidソースファイルを操作するためにリポジトリをインストールしたい。リポジトリをインストールするにはどうすればよいですか?
から 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
信頼できる指示
Ubuntu 16.04を使用している場合は、次のコマンドラインを使用してください。
Sudo apt-get install repo -y
場所が http://commondatastorage.googleapis.com/git-repo-downloads/repo に変更されました:
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
リポジトリはphablet-tools
パッケージに含まれており、14.04以降のUbuntuリリースの公式パッケージリポジトリから入手できます。