如何在模拟器上运行 .APK 文件 [英] How to run .APK file on emulator

查看:88
本文介绍了如何在模拟器上运行 .APK 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<块引用>

可能的重复:
如何在Android中安装APK文件模拟器?

我下载了一个 APK 文件,我想在 Android 模拟器上运行它,但我不知道如何运行.请帮我.谢谢!

解决方案

步骤(这些适用于 Linux.对于其他操作系统,请访问 此处) -

  1. 将apk文件复制到android-sdk linux文件夹中的platform-tools.
  2. 打开终端导航到android-sdk中的platform-tools文件夹.
  3. 然后执行这个命令——<块引用>

    ./adb install FileName.apk

  4. 如果操作成功(结果显示在屏幕上),那么您将在模拟器的启动器中找到您的文件.

有关更多信息,请查看此链接:android 视频

Possible Duplicate:
How do you install an APK file in the Android emulator?

I download an APK file and I want to run it on an Android emulator but I don't know how. Please help me. Thanks!

解决方案

Steps (These apply for Linux. For other OS, visit here) -

  1. Copy the apk file to platform-tools in android-sdk linux folder.
  2. Open Terminal and navigate to platform-tools folder in android-sdk.
  3. Then Execute this command -

    ./adb install FileName.apk

  4. If the operation is successful (the result is displayed on the screen), then you will find your file in the launcher of your emulator.

For more info can check this link : android videos

这篇关于如何在模拟器上运行 .APK 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆