Installing APK on Android Emulator

Some time it is needed to install apk on your emulator. You can install any apk on your emulator by just performing below four steps.

Steps to install APK on Emulator:


  1. Run your Emulator.
  2. Start the console, Run -> type cmd, and move to the platform-tools folder of SDK directory.
  3. Paste the APK file in the 'platform-tools' folder.
  4. Then type the following command.
adb install [apk file name]

Example:
adb install MyAndroidApp.apk

Installing steps will be executed on your console and now your apk is installed, you can use it. That's simple.

1 comment: