Installing Android SDK
From Notes_Wiki
<yambe:breadcrumb>Android|Android</yambe:breadcrumb>
Installing Android SDK
To install android SDK use following steps:
- Install i686 versions of libstdc++, libncurses and zlib using 'yum -y install libncurses.i686 libstdc++.i686 zlib.i686'
- Download and decompress the latest Android SDK. You can unpack it in any directory of your choice, for example /opt.
- Go to tools directory
- Run ./android and install 'Android SDK Platform-tools'. Also install APIs for desired Android version.
Installing Andriod Development Tools in Eclipse
- Start Eclipse
- Choose 'Help -> Install new software'
- Use 'Android', 'https://dl-ssl.google.com/android/eclipse/'
- Click on Available software sites and enable
- "Eclipse Project Test Site" http://download.eclipse.org/eclipse/updates/3.6
- Helios Milestone Repository http://download.eclipse.org/releases/helios
- Complete the installation
- Allow eclipse to restart
- Select andriod sdk is already installed and supply /opt as path