如何停止在 Eclipse 下运行的程序?
我找不到停止正在运行的程序的选项(无论是调试还是发布模式).
I can't find an option to stop a running program (whether in debug or release mode).
所以现在,我只需关闭模拟器即可停止程序(将控制权返回给 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?
推荐答案
我了解到您想在模拟器上停止您的应用.为此,您可以打开设备窗口(在调试透视图中),选择进程,然后按同一窗口上的停止按钮.
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.
相关文章