In order to learn how to write Android apps, you need to use something to make it a little bit easier. Eclipse will be the best IDE for that. I personally prefer Netbeans but it does not have an official ADT Plugin like Eclipse does.
*This Works on Linux, Mac, and Windows
1. JDK
Java Development kit has all the required tools to write Java programs
Download then install it.
Eclipse is an IDE that lets you write Java programs easily. There are several packages you can chose. "Eclipse IDE for Java Developers" is more than enough. You can also choose "Eclipse IDE for Java EE Developers", "Eclipse for RCP/Plug-in Developers", "Eclipse Classic".
Download then install it.
3. Android SDK
Android Software Development Kit has many tools to make developing for android easier. This will make you able to use your phone and an emulator to test your programs.
Download then unpack and install it.
4. ADT Plugin for Eclipse
Android Development Tools will connect your Android SDK to your IDE. This will make Eclipse understands what your writing and help you in it and make you able to control everything in one place. The following table is taken from this page from Android official website.
Eclipse 3.5 (Galileo) |
---|
|
Once you've successfully downnloaded ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:
- Select Window > Preferences... to open the Preferences Panel (Mac OS X: Eclipse > Preferences).
- Select Android from the left panel.
- For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory.
- Click Apply, then OK.
The next step is how to use and manage the tools which will be in the same video as well.
No comments:
Post a Comment