Operating System: Ubuntu 13.04x64
Objective: To install eclipse Android SDK Java
Install Android SDK before installing eclipse
Http://www.cnblogs.com/sink_cup/archive/2011/10/31/ubuntu_x64_android_sdk_java.html
Install eclipse classic
Download eclipse classic Linux 64-bit
Http://www.eclipse.org/downloads? Ostype = Linux
Install eclipse ADT
Eclipse-help-install new software-add
Fill: https://dl-ssl.google.com/android/eclipse/
After installation, restart eclipse.
Eclipse-window-preferences-android
Set the SDK location and select a directory such as/home/u1/downloads/Android-SDK-Linux
Restart eclipse.
Start Android Java Hello World
Http://developer.android.com/training/basics/firstapp/index.html
Eclipse-file-New-Android Application project. Compile and run the project.
Debugging android in eclipse
Eclipse-> window-> open perspective-> Other-> ddms
References:
Http://developer.android.com/sdk/installing.html
Http://developer.android.com/sdk/installing/installing-adt.html
: