Friday 31 March 2017

How to Create an Emulator in Android Eclipse





In the previous post we saw how to create an sample Android app.

 Now we will see how to create an Emulator.

An Emulator is the software which will resemble our Android phone's features in order to run the applications we have created in Android Eclipse or Android Development Tool(ADT).

In Android Studio also we use the Emulator to Run the applications we have created.

Let us see how to create an Emulator also called as Android Virtual Device(AVD).

I have created an Info graphics for the easy understanding.

info-graphics

1. Open Android SDK Manager

 
android-sdk-manager



2. Install the required SDK platform and System Image.

    
sdk-manager

system-image



3. Open Android Virtual Device Manager.


avd-manager




4. Create New AVD

new-avd



5. Enter the AVD name , Target version and device then click OK

create-avd

avd-created


Then after clicking OK, You can start the created AVD or you can select the AVD at the time of running the application, but it is recommended to start before running the application, because the AVD takes more time to open.

So if you start the AVD before starting coding at the time of execution it will be opened so you can get the output fastly.

launch-avd

Then Launch the AVD...

AVD-loasding


It will take some time to load , so minimize it and start coding...

After the AVD or Emulator is opened it will look like..

Emulator

If the above step is followed to create an Emulator mostly the error wont come. If the Emulator is not working properly then close the emulator and re launch it.

We have successfully created the emulator , if you find any difficulties in creating the Emulator mail me to narain2829@gmail.com i will reply you the solution to your queries within a day...

But it is recommended to use our Android Mobile Phone as Emulator since it is faster than the AVD or Emulator.

In next post i will tell how to use our mobile as an Emulator.

Read Here: 

How to use Android Phone as an Emulator



No comments :

Post a Comment