Saturday, 14 July 2012

How to install apk file in emulator in windows

  How to install apk file in emulator in windows




step 1

open the cmd box

step 2

select the location/path of the android sdk


C:\Users\WOT.WOT-PC>e:

E:\jithu>cd "eclipse and android sdk"


step 3

in android sdk select tools



E:\jithu\eclipse and android sdk\Android>cd Android



E:\jithu\eclipse and android sdk\Android\Android>cd android-sdk-windows



E:\jithu\eclipse and android sdk\Android\Android\android-sdk-windows>cd tools







step 4

copy the apk which you want to install and paste it in to tool folder


step 5

and type the following command in your cmd

adb install your apkname




E:\jithu\eclipse and android sdk\Android\Android\android-sdk-windows\tools>adb
install MobiWeeClient_2.0.5.apk


then we get the following message





E:\jithu\eclipse and android sdk\Android\Android\android-sdk-windows\tools>adb i
nstall MobiWeeClient_2.0.5.apk
adb server is out of date.  killing...
* daemon started successfully *
362 KB/s (446934 bytes in 1.205s)
        pkg: /data/local/tmp/MobiWeeClient_2.0.5.apk
Success


then open your avd and use the application





No comments:

Post a Comment