Friday 20 December 2013

Android Eclipse setup procedure

To setup android in your pc you should have following system requirements :

Operating Systems
  • Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)
  • Mac OS X 10.5.8 or later (x86 only)
  • Linux (tested on Ubuntu Linux, Lucid Lynx)
    • GNU C Library (glibc) 2.7 or later is required.
    • On Ubuntu Linux, version 8.04 or later is required.
    • 64-bit distributions must be capable of running 32-bit applications
Required Softwares 
Java should be installed in your PC.You can download  JDK 6 here.

You can download android setup from android developers site.Once you download you are ready to code.
It consists of following
  • Eclipse + ADT plugin
  • Android SDK Tools
  • Android Platform-tools
  • The latest Android platform
  • The latest Android system image for the emulator.
After downloading,Extract the zip and run the eclipse and set the sdk path in the eclipse.
Now you are ready to create an sample android application.
Happy coding.


No comments:

Post a Comment