使用’ionic emulate android’命令时,Android模拟器无法安装应用程序

前端之家收集整理的这篇文章主要介绍了使用’ionic emulate android’命令时,Android模拟器无法安装应用程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我是Ionic和Android编程的新手,所以如果有任何不便,我很抱歉.

我的问题是我无法在模拟的android虚拟设备上看到我的应用程序(教程中的默认应用程序).它只是在我运行离子模拟android后显示一个股票Android手机.所以我假设应用程序没有安装在模拟器上.

它构建了apk但似乎没有做任何事情.
我想我正确地安装了每个方面:

> duc@duc-ThinkPad-T450s:~/myApp$ionic info Your system information:
> Cordova CLI: 6.0.0 Ionic Version: 1.2.4 Ionic CLI Version: 1.7.14
> Ionic App Lib Version: 0.7.0 OS: Distributor ID: Ubuntu Description:
> Ubuntu 14.04.4 LTS Node Version: v4.4.1

我希望你能帮助我,只是想让教程继续:)

迎接,公爵

编辑:

I finally managed to install the apk manually to the emulated device
using this command:

06001

However installing it manually is very inconvenient and annoying.
Anyone has a solution for this?

最佳答案
问题解决了!
你必须在命令行中写:

android avd

然后弹出一个菜单,你必须创建自己的avd,然后启动它

然后你需要打开一个新的终端(ctrl alt t).
Cd到应用程序的正确路径.

现在离子模拟android应该工作.

原文链接:https://www.f2er.com/android/430247.html

猜你在找的Android相关文章