开发者

How can I get started with Android in Windows XP? [closed]

开发者 https://www.devze.com 2022-12-30 11:05 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expec开发者_JAVA百科t answers to be supported by facts, references,or expertise, but this question will likely so
As it currently stands, this question is not a good fit for our Q&A format. We expec开发者_JAVA百科t answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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:

  1. Click on “Help” in Eclipse
  2. Click on “Install New Software”.
  3. 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.
  4. Select the parent, i.e., “Development Tools” and click “Next”.
  5. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号