Category: Android
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 MoreInstalling 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 MoreInstall Ice Cream Sandwich on a Google Nexus S
I have installed Ice Cream Sandwich (ICS) on a Google Nexus S. It works perfectly. The process is not complicated but requires some basic technical skills. What’s interesting about the process
Read More