如何在手机本身上调试phonegap android应用程序
我在 Android 手机上使用调试模式时遇到一些问题。我按照说明进行操作:
- 在手机中打开调试模式
- 设置手机 USB 连接到电脑模式
- 安装谷歌 USB 驱动程序
- 将 Android 连接到电脑,然后右键单击项目 - >运行为 - > Android 应用程序
这会导致我的模拟器弹出并我的手机上什么也没发生。我在这里可能会缺少什么?
谢谢
编辑:得到它工作伙计们,我安装了 OEM 驱动程序
I'm having some trouble getting debug mode to work on my android phone. I followed the instructions:
- turn on debug mode in phone
- set phone usb connection to pc mode
- install google usb driver
- connect android to pc, and then right click project->run as->android app
this results in my emulator popping up and nothing happening on my phone. What could I be missing here?
thanks
EDIT: got it working guys, I installed the OEM driver instead
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
回答您的标题:如何在手机本身上调试phonegap android应用程序
您可以使用各种可以为您捕获日志的应用程序。这对调试绝对有帮助。它为您提供相对(选择过滤器或日志模式;详细、调试等)相同的信息,尽管感觉不一样,与下面的调试 PhoneGap 部分一样。
https://market.android.com/search?q=logcat
但是对于 调试 PhoneGap 见下文...
摘自 http://wiki.phonegap.com/w/page/16494774/Getting%20started%20with%20Android%20PhoneGap%20in%20Eclipse
To answer your title: how to debug phonegap android application on the phone itself
You can use a variety of apps that can capture the log for you. Which are absolutely helpful in debugging. And it gives you relatively (choose your filters or log mode; verbose, debug etc) the same information, although not same feel, as the debugging PhoneGap section below.
https://market.android.com/search?q=logcat
But for debugging PhoneGap see below...
Taken from http://wiki.phonegap.com/w/page/16494774/Getting%20started%20with%20Android%20PhoneGap%20in%20Eclipse
您需要确保手机上启用了 USB 调试。
设置->应用->发展。
这里是此信息的重要来源的链接。
You need to make sure that you have usb-debugging enabled on your phone.
Settings -> Applications -> Development.
Here is link to a great source for this information.