Wednesday, 7 March 2012

Android Installation


Installing Android in your system:
======================

Download  'android-sdk-windows'

Download a new eclipse of ur choice: Eclipse 3.6 and greater version

Update the eclipse by the following steps:

1. Help -> Install new software -> Install window opens

2. In Work with dropdown select -> 'ADT Plugin - https://dl-ssl.google.com/android/eclipse/ '

3. select all the checkboxes -> click 'next' -> 'finish'




--- * ---

setting adb path: (To run the apk in dos prompt)
================================

Controlpanel -> System -> Advanced -> Environment variables -> path -> edit - set the adb path
adb path ------------> C:\Softwares\android-sdk-windows\platform-tools;

 --- * ---

No comments:

Post a Comment