[go: up one dir, main page]

0% found this document useful (0 votes)
17 views1 page

Android Emulator

The document discusses the Android Emulator, which allows developers to run, debug, and test Android applications without a physical device by using QEMU emulation technology. It also explains that Android supports languages like Java, C++, and C# for development and that there are two ways to install Android for development using Eclipse IDE: via the ADT Bundle or by manually setting up Eclipse. Finally, it provides basic steps for creating a new Android project, adding an optional message, and running the app.

Uploaded by

sathiyavijayan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Android Emulator

The document discusses the Android Emulator, which allows developers to run, debug, and test Android applications without a physical device by using QEMU emulation technology. It also explains that Android supports languages like Java, C++, and C# for development and that there are two ways to install Android for development using Eclipse IDE: via the ADT Bundle or by manually setting up Eclipse. Finally, it provides basic steps for creating a new Android project, adding an optional message, and running the app.

Uploaded by

sathiyavijayan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like