in Android by (171 points)
Android Emulator

1 Answer

0 votes
by (14.1k points)

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.

The emulator tool enables you to start the emulator from the command line. You need to write:

emulator -avd <AVD NAME>

In case of Eclipse IDE, you can create AVD by Window menu > AVD Manager > New.

In the given image, you can see the android emulator, it displays the output of the hello android example.

hello android example

Related questions

0 votes
asked Sep 4 in Android by Robindeniel (20.8k points)
0 votes
0 votes
0 votes
asked Sep 2 in Android by Robin (14.6k points)
+1 vote
+1 vote
+1 vote
+1 vote
asked Sep 2 in Android by Robin (14.6k points)
0 votes
asked Sep 2 in Android by Robin (14.6k points)
...