Saturday, 14 February 2015

GETTING STARTED WITH ANDROID DEVELOPMENT

Installing Eclipse and Android SDK : 

The recommended environment for developing Android applications is Eclipse with the Android Development Toolkit (ADT) plugin installed.


  • Download latest eclipse from here.
  • Download Android SDK from here.
  • Download JAVA SDK from here.


After installing each component, just open eclipse and load android SDK by performing following steps:

  • open window->preferences->android and load your sdk path


  • Create new android project by click on file->new Android Application Project.
              Application name : DemoAppl
              Package name : com.example.demoappl
              Minimum required SDK : API 8
              Target SDK : API 8




Here it is your first android application.









No comments:

Post a Comment