Android的:如何停止的Eclipse下运行的程序?程序、Android、Eclipse

2023-09-05 05:31:23 作者:女人忒虚伪、

在微软Visual Studio中,有一个菜单选项停止正在运行的程序(无论是在调试或发布模式)。

In Microsoft Visual Studio, there is a menu option to stop a running program (whether in debug or release mode).

不过,在Eclipse我找不到这样的选项。

But in Eclipse I couldn't find such option.

所以现在,我停止程序(返回控制到Eclipse)简单地通过关闭模拟器。

So for now, I stop the program (returning control to Eclipse) simply by closing the emulator.

是否有这样做的更好的办法?这样,我并不需要关闭(和重启)模拟器?

Is there a better way of doing this? Such that I don't need to close (and restart) the emulator?

推荐答案

我知道你要停止在模拟器上你的应用程序。为此,您可以打开设备窗口(在调试的角度来看),选中该进程,然后preSS在同一窗口中的停止按钮。

I understand you want to stop your app on the emulator. For this you can open up the devices window (in the debug perspective), select the process and then press the stop button on the same window.