Wednesday 8 August 2012

How to install .apk file in Emulator (Android 4.0.3 Ver.)

By Sukhpal Saini


download sdk zip file from this link size 471mb

http://www.4shared.com/rar/coomn8TQ/android-sdk-windows.html?refurl=d1url

open above link and click on download now button the sign up for new account or login with existing account.......then download

extract the android-sdk-windows  file in any location of ur hard disk (in my case it is located in D: drive) then follow the images one by one  1 to 8









then

 Copy .APK files:
Now, manually copy and paste the SterilityTestSystem.apk(your .apk file)  to the destination folder "D:\android-sdk-windows\platform-tools\".

wait for start emulator like image 8
Run adb command:
Go to Start>>run>>cmd (open a windows command prompt or shell) and type the following commands "highlighted in bold orange".
cd d:\android-sdk-windows\platform-tools\
comments: we do this in order to change our directory level to where the emulator is installed

adb install Sudoku.apk 
comments: android emulator command to install the SterilityTestSystem application in .apk format.
Thats all, it's done. You must get a success message, Hurray!! You have installed your application successfully.
then check application in apps category of emulator

No comments:

Post a Comment