My Blog List

Friday 23 December 2011

Installing .apk file in your Avd .

Hello friends
Merry Christmas to all of you…
Hope you guys are busy with your Christmas holidays.
Today’s post will illustrate How to install your  .apk file in to your Emulator
So here are some steps
  •   Download  adb.zip Extract it ,and copy adb, AdbWinApi.dll ,  Installagent to the "android-sdk-windows/tools/" folder.
           
 
  • Copy your .apk file to the "android-sdk-windows/tools/" folder(my file is AndroidDeveloperSite.apk).
  • Create your AVD (emulator)(window--> Android SDK and AVD Manager-->new)
  •  Open command prompt(start-->run-->cmd).
  •  Run this command
             adb install AndroidDeveloperSite.apk
(where AndroidDeveloperSite.apk is your file which you want to install)


  • That’s it. you have successfully installed your .apk file to the emulator.  
here is the output 




Happy Coding :)
For any query mail me @ bpsingh216@gmail.com