Saturday 30 November 2013

Install APK Files in Emulator By cmd

Hi Friends,

Here i am going to explain you how to install APK file in Emulator by cmd. follow mention below steps.


  1. First of all run Emulator
  2. Locate adb.exe file in sdk which is normally present in C:\adt-bundle-windows-x86-20130717\sdk\platform-tools.
  3. Paste your APK file in platform-tools folder.
  4. Run Command Prompt (eg. Start -> Programs -> Accessories -> Command Prompt).
  5. Navigate to platform-tools folder in Command Prompt (eg. C:\adt-bundle-windows-x86-20130717\sdk\platform-tools>).
  6. Type adb install myapp.apk press Enter.

That's it, this will install your application in Emulator.

Enjoy Developing Android Apps ...................... 




Check Android Apps on Google Play

https://play.google.com/store/apps/developer?id=Metro%20App%20Solution&hl=en

 

No comments:

Post a Comment