I want to run APK on android emulator and I followed next steps:
- Copied apk to platform-tools directory
- Run cmd.exe as administrator
- Navigated to the platform-tools directory
- Run emulator from AVD manager
- In command line entered adb devices (it showed my emulator in list)
- I entered adb insall name.apk in command line after this I got message as below:
I found this link how to run APK on emulator. And other tutorial also show how it works. In case when we entered adb install after few seconds command line shows Success message but in my case command line shows this log.