Thursday 17 October 2013

Getting stated Android , development environment setup

Welcome to android development series , this time I am going to describe that how to setup your development environment for android apps development.This is simple two step process.

  1. First step is installing java JDK from their official website i.e (http://www.oracle.com/technetwork/java/javase/downloads/index.html).
  2. Second step is to download Android ADT bundle ( sdk for android ) from this link : http://developer.android.com/sdk/index.html , and it has every thing you need to develop an android application , it has three folders, one is for eclipse containing IDE , second one is SDK and third one is SDK manager app, to start doing android , you just need to start eclipse and that's it.

No comments:

Post a Comment