Run apk on android emulator
I want to run APK on android emulator and I followed next steps:
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.
Assuming you already have the Emulator running follow these steps:
Put it inside your [Android-SDK-folder]/platform-tools/ as bellow figure:
In the command line, go inside the platform-tools folder.Execute command:
adb install Peribahasa.apk
Later, the apps you just install will be in the emulator.
下一篇: 在Android模拟器上运行apk