Thursday, March 31, 2011

How to install and configure Eclipse IDE for Android Development

The following video shows the procedure for installing and configuring  Eclipse/Android SDK and Java SDK for Android development.

You'll need the following software on your PC.

1) Android sdk -> http://developer.android.com/
2) Eclipse IDE for Java Developers -> http://www.eclipse.org/downloads/
3) Java SE 6 -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
4) ADT Plugin for Eclipse -> http://developer.android.com/sdk/eclipse-adt.html
Thanks..

Friday, March 25, 2011

How to setup and create a simple Android application using Eclipse

This video shows the software and steps involved in creating your first Android application and setting up the Android emulator/virtual device  through Eclipse IDE and Android SDK .

You'll need the following software on your PC.

1) Android sdk -> http://developer.android.com/
2) Eclipse IDE for Java Developers -> http://www.eclipse.org/downloads/
3) Java SE 6 -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
4) ADT Plugin for Eclipse -> http://developer.android.com/sdk/eclipse-adt.html

 Thank You