Repo is a tool that makes it easier to work with Git in the context of Android.
- Before install repo, we have to install curl and git.
To install curl, enter the command in Terminal.
$
sudo apt-get install curlTo install git, enter the command.
$
sudo apt-get install git- Then create bin/ directory in home directory, and include it in your path.
$
mkdir ~/bin$
PATH=~/bin:$PATH- Download the Repo script and ensure it is executable
$
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo$
chmod a+x ~/bin/repoTo know more about how to download the source code od Android, read
here.
Related Posts :
Android@Mobile World Congress: It’s all about the ecosystem.Each and every day, we are humbled by the trajectory of Android and our partners.With a year-on-year growth rate of more than 250%, 850,000 … Read More...
Android and SecurityBy Hiroshi Lockheimer, VP of Engineering, Android The last year has been a phenomenal one for the Android ecosystem. Device activations grew… Read More...
Introducing Google Play: All your entertainment, anywhere you go(Cross-posted from the Official Google Blog)Entertainment is supposed to be fun. But in reality, getting everything to work can be the exact… Read More...
Introducing Chrome for AndroidIn 2008, we launched Google Chrome to help make the web better. We’re excited that millions of people around the world use Chrome as their p… Read More...
Collaborate and edit anywhere with the updated Google Docs for AndroidAs I was sitting on the ferry commuting to Google’s Sydney office this morning, two thoughts occurred to me. First, Australia is beautiful. … Read More...
0 Response to "Install repo on Ubuntu"
Post a Comment