简体   繁体   English

在没有命令提示符的情况下在模拟器中安装android apk文件

[英]Installing android apk file in emulator without command prompt

I want to Install apk file in an Emulator without using any Command prompt. 我想在模拟器中安装apk文件而不使用任何命令提示符。

Can we install it without using command? 我们可以不使用命令来安装它吗?

Can some one guide me in this? 有人可以指导我吗?

Thanks in advance 提前致谢

Use Genymotion emulator. 使用Genymotion模拟器。 In that, you can install APK by drag and drop the APK on the emulator. 这样,您可以通过将APK拖放到模拟器上来安装APK。

  1. Goto terminal. 转到终端。

  2. Move to adt/sdk/platform-tools folder. 移至adt/sdk/platform-tools文件夹。

  3. Type in the following command: 输入以下命令:

     ./adb install your_application.apk 

*You can also use Airdroid. *您也可以使用Airdroid。 It is a good app with more useful features. 这是一个具有更多有用功能的好应用。

From the command prompt/shell/terminal: Browse to the platform-tools directory Then type the following command. 从命令提示符/ shell /终端:浏览至platform-tools目录,然后键入以下命令。

adb install [.apk path]

Example: 例:

adb install C:\Users\Name\Desktop\test.apk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM