Run apk on android emulator

自闭症网瘾萝莉.ら 提交于 2019-12-04 14:15:19

Assuming you already have the Emulator running follow these steps:

  • Locate your adb.exe file in your Android SDK folde.In Windows environment normally your adb.exe is inside [Android-SDK-folder]/platform-tools/. In my case, the adb.exe is in C:\android-juno\android-sdk\platform-tools.
  • Put it inside your [Android-SDK-folder]/platform-tools/ as bellow figure:

  • Now run the adb.exe through the command prompt.
  • 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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!