本文介绍了需要命令行中使用亚行启动Web浏览的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我如何启动一个浏览器与亚行外壳和显示某个网页?
How can I startup a browser with the adb shell and display a certain web page?
推荐答案
运行此命令将开始在Android的网络浏览器:
Running this command will start a web browser in android:
./adb shell am start -a android.intent.action.VIEW -d http://www.stackoverflow.com
这篇关于需要命令行中使用亚行启动Web浏览的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!