如何在模拟器中从命令行运行apk
如何从控制台在模拟器上启动 apk?我无法找到正确的命令。
我有一个在虚拟机中运行的 Ubuntu,并且有模拟器。我现在尝试安装(adb install App.apk -works!)并从命令行运行它。
提前致谢!
How do I start an apk on the emulator from the console? I wasn't able to find the correct command.
I have an Ubuntu running in a VM and there the emulator. I now try to install (adb install App.apk -works!) and run it from commandline.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
安装:
现在运行:
示例启动代码
to install:
Now to run:
sample launch code
这里有很好的描述: http://www.android.pk/博客/一般/通过-adb-shell启动应用程序/
Nicely described here: http://www.android.pk/blog/general/launch-app-through-adb-shell/