Android的:如何运行模拟器的.apk文件模拟器、文件、Android、apk

2023-09-12 08:23:17 作者:时间会咬人

可能重复:   How你在Android模拟器安装APK文件?

我下载的APK文件,我想在Android模拟器中运行它,但我不知道怎么办。请帮我。谢谢!

解决方案

步骤(这些适用于Linux操作系统。对于其他的操作系统,请访问here) -

副本 Android的SDK的Linux 文件夹中的apk文件到平台工具。 开启终端和导航到平台的工具文件夹中的 Android的SDK 然后执行此命令 -

  

./ ADB安装FileName.apk   如果操作成功(结果会显示在屏幕上),那么你会发现在你的模拟器的启动文件。      欲了解更多信息可以检查此链接:安卓视频

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!

解决方案 安卓模拟器里安装apk文件

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

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

./adb install FileName.apk 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