Friday, 21 August 2015

Run your app on emulator

I am just showing you to run your app on Emulator.
Here we haven’t done any programming yet we will just display the prewritten hello string on virtual device through our app.

To run your app, click on the play button in tool bar shown in figure or simply use shift+f10.
You can run many virtual devices simultaneously so select anyone device out of them.
If you check the box of Use same device for future launches, then for playing the same app for next time won’t ask you the same question.
If you haven’t launched your emulator till now then check the Launch emulator option and then select the device to launch. At the end click on OK. Now check your emulator.
The figure shown below is the output through my emulator.
The best thing about this feature is, you do not need to create the .apk file and send it to your mobile. Here, the app will be installed automatically and also it will run for the time automatically. So we even do not need to go through app menu and run the app.



No comments:

Post a Comment