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:
Installing steps will be executed on your console and now your apk is installed, you can use it. That's simple.
Steps to install APK on Emulator:
- Run your Emulator.
- Start the console, Run -> type cmd, and move to the platform-tools folder of SDK directory.
- Paste the APK file in the 'platform-tools' folder.
- Then type the following command.
adb
install [apk file name]
Example:
adb
install MyAndroidApp.apk
Great Post, very helpful.
ReplyDelete