Search This Blog

Tuesday, 24 March 2015

Eclipse Setup for Android Development

Below are the steps are process to setup eclipse for Android development:-

  1. First user need to install eclipse from Eclipse IDE for Java Developers.
  2. For getting started with android we need to install ADT and SDK.
  •  Installing ADT
  1. Click on Help>>Install New Software >>Give the url of ADT (https://dl-ssl.google.com/android/eclipse/)
  • Need to install below components under Developer Tools
    • DDMS
    • Dev Tools
    • Hierarchy Viewer
    • Trace View
  •  Installing SDK
    1. Click on Android SDK Manager on sub menu of eclipse
    2. Need to install only needed SDK i.e:
      • SDK Platforms Tools
      • Android SDK Tools
      • Build Tools (preferred latest one:- only one build tool work)
      • Android Version
        • SDK Platform
        • System Image
          • for mac - intel86
          • for windows - armeabi
      • Google Play service (In case if you are using Google service in your project) 

    No comments:

    Post a Comment