Installation of any App in Emulator
Mobile Simulator Install App
.apk file is required for installing
App in the Emulator, which can be find in the folder of same project.
Path of the .apk file will be →
workspace > project > bin \
There are different -2 styles of
installation Android Apps (.apk file) in the emulator as the
mentioned down:-
First Way to Do: If you are
using the version 3.7.2 of Eclipse, then while running the Android
project in the Eclipse (Definitely it will not throw any error) will
get install the apps automatically (.apk file etc) in the emulator
(confirm that Emulator is in open mode while running the Eclipse
Android project).
Second Way To Do: Through 'adb'
(Android Debug Bridge), you can also install the Android Apps (.apk
file).
Adb is the versatile type of command
line tool which lets us communicate with the instance of an emulator
or connected Android powered device.
Required Path will be:
Drive\android-sdk-windows\platform-tools
'adb' used for installing the Apps in
the Android. As per mentioned command in the following screeshot is
used for the installing the any app.
Installation commands will be as
following:
abd install demo.apk
[adb(command)install(command)
demo.apk(path of the file of .apk for demo android project)]
Just look on the screen shot provided
below for good reference and better understanding:
Installation of any App in Emulator |
Note: Emulator should
be opened in advanced while the installation of any App into Emulator
MOBILE APPS QTP TESTING QUESTIONS MANUAL TESTING ANDROID APPS
MOBILE APPS QTP TESTING QUESTIONS MANUAL TESTING ANDROID APPS
No comments:
Post a Comment