Android Emulator
Android Emulator is used to run, debug and test the android application. If you don't have
the real device, it can be the best way to run, debug and test the application.
It uses an open source processor emulator technology called QEMU.
In case of Eclipse IDE, you can create AVD by Window menu > AVD Manager > New
Install Android
Android supports java, c++, c# etc. language to develop android applications. Java is the
officially supported language for android. All the android examples of this site is developed
using Java language and Eclipse IDE.
Here, we are going to tell you, the required softwares to develop android applications using
Eclipse IDE.
There are two ways to install android.
1. By ADT Bundle
2. By Setup Eclipse Manually
How to make android apps
1. Create the new android project
2. Write the message (optional)
3. Run the android application