-7

谁能告诉我,在我的 android 程序中进行一些修改或更新,在 eclipse 中是否有可能,预览选项或运行该特定程序并仅查看该输出。因为我运行模拟器需要更多时间。所以这就是我问的原因。请给我建议。

4

2 回答 2

0

我相信您在问是否可以修改代码以在 Eclipse 中运行,而不是模拟 Android 系统并在其上运行。

好吧,是的,您可以(可能)更改您的代码,使其在“Eclipse”中运行,但是您为什么要这样做?然后你不知道它是否在你的目标上运行它的 Android 上运行。

这首先会违背在 Android 上开发的目的。这就是模拟器的用途。

于 2012-06-23T06:21:19.677 回答
0
Because I run emulator it takes more time. So that why I am asking.

为了省时间

 1- upgrade the eclipse to latest one so you can see the ui changes in XML in eclipse it self (XML in graphic mode)
 2- not restart the emulator every time just close app in emulator and run from eclipse
 3- do not use debug just run to launch app
 4- if can attach the device and run on that it will faster than emulator
于 2012-06-23T06:26:31.140 回答