0

当我修改一些代码时,我需要再次操作虚拟机。太费时间了。

谁知道快速调试代码的好方法?

4

2 回答 2

0

首先调试到项目。不要关闭它并编辑您的代码然后运行或调试。您将看到在同一个打开的模拟器上进行调试并节省一点时间。其他方式:- 您可以使用您的 Android 手机进行快速调试。按照它http://developer.android.com/tools/extras/oem-usb.html

此步骤适用于窗口 7。

1.Connect your Android-powered device to your computer's USB port.
2.Right-click on Computer from your desktop or Windows Explorer, and select Manage.
3.Select Devices in the left pane.
4.Locate and expand Other device in the right pane.
5.Right-click the device name (such as Nexus S) and select Update Driver Software. This will     launch the Hardware Update Wizard.
6.Select Browse my computer for driver software and click Next.
7.Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\extras\google\usb_driver\.)
8.Click Next to install the driver.

您的驱动程序将自动安装。

现在转到您的 android 设备的设置并检查 usb-debug 模式。它应该是启用的。

然后运行您的 android 项目,它会自动在您的设备上运行,或者让您选择 . 这是最快的调试方法。

于 2013-02-25T06:53:17.273 回答
0

使用 Eclipse 中提供的调试工具并添加断点,您可以快速移动到任何您想要的位置...

于 2013-02-25T06:59:41.883 回答