I am new to Android. I need to know how to install it in Windows XP. Which is the best IDE and what are its requirements? Also, how can I develop an application?
You need the following
- Eclipse
- Android SDK for windows
- Java ( probably already installed :D )
You also need to install the Android ADT on Eclipse , here are the steps:
- Click on “Help” in Eclipse
- Click on “Install New Software”.
- Click on “ADD” , Type in a name of your choice, I just use “Android ADT”. In the source box provide the following URL “https://dl-ssl.google.com/android/eclipse”and click OK . Eclipse is going to query the address we provided and in a few moments it will provide us we a set of plugins, namely Android DDMS and Android Development Tools under Development Tools.
- Select the parent, i.e., “Development Tools” and click “Next”.
- Accept the Terms of service and continue.
You can follow the install procedure from the Android SDK page above or from a brief tutorial I wrote at DroolJunkie
Update : You may also use the following screen casts to help with installation (Source/Credits)
- Installing the SDK
- Linux
- Windows
- Mac
As for how to learn to develop on Android you can start by reading artilces and tutorials on developer.android.com and using Stackoverflow and Google. There are also a few good books available. Here are 3 I like:
- Professional Android 2 Application Development (Wrox Programmer to Programmer) by Reto Meier
- Beginning Android 2
- Books from commonsware , The Author is Very active on Stackoverflow :-)
I'm a beginner too, except I've been using eclipse for java development for years. Starting Android development in eclipse was very easy, and the emulator installs, starts, runs, integrates well with eclipse - it's a very professional experience.
Install the latest "java developers" package of eclipse.
The Android Developers website is where you should start reading, and following instructions for installing the SDK then the development tools to eclipse.
精彩评论