Sunday, May 15, 2011

Android Development - Java Style

If your interested in creating mobile applications, free development tools are available to every programmer out there.  Oracle, the Eclipse IDE, and Google have made developing Android applications as easy as pie.

The JDK and Netbeans 7.0 combo software needs to be installed first.  Then install the Android Software Development Kit (SDK).  Please remember NetBeans and Android have some issues.  Therefore, I would recommend that you install the Free Eclipse IDE.  Android has some instructions on installing a plugin for Eclipse.

JDK 6.25 with NetBeans 7.0
http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html

Android SDK
http://developer.android.com/sdk/index.html

Eclipse IDE Download

http://www.eclipse.org/downloads/

http://developer.android.com/sdk/eclipse-adt.html#installing

http://developer.android.com/sdk/installing.html

No comments:

Post a Comment