Installing Android SDK

From Notes_Wiki
Revision as of 01:05, 2 March 2013 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb>Android|Android</yambe:breadcrumb> =Installing Android SDK= To install android SDK use following steps: #Install i686 versions of libstdc++, libncurses and ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<yambe:breadcrumb>Android|Android</yambe:breadcrumb>

Installing Android SDK

To install android SDK use following steps:

  1. Install i686 versions of libstdc++, libncurses and zlib using 'yum -y install libncurses.i686 libstdc++.i686 zlib.i686'
  2. Download and decompress the latest Android SDK. You can unpack it in any directory of your choice, for example /opt.
  3. Go to tools directory
  4. Run ./android and install 'Android SDK Platform-tools'. Also install APIs for desired Android version.


Installing Andriod Development Tools in Eclipse

  1. Start Eclipse
  2. Choose 'Help -> Install new software'
  3. Use 'Android', 'https://dl-ssl.google.com/android/eclipse/'
  4. Click on Available software sites and enable
  5. Complete the installation
  6. Allow eclipse to restart
  7. Select andriod sdk is already installed and supply /opt as path