How to download Android source code

Source code of Android can be downloaded by following these steps: $ mkdir ~/bin $ PATH=~/bin:$PATH $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo $ mkdir WORKING_DIRECTORY $ cd

Read More

Installing the Android Development Environment for Windows 7

This post lists the main steps in order to install an Android development environment for Windows 7.  The developement environment relies on Eclipse.  Download a JDK (7u3)  from the following

Read More