Add application launch shortcut in Eclipse?

后端 未结 8 2035
执念已碎
执念已碎 2021-02-05 09:46

I\'ve been programming Android in Eclipse for about a year now and I have always launched my app by right clicking on my project name in the project explorer, followed by \"run

8条回答
  •  灰色年华
    2021-02-05 10:27

    1. Eclipse/Window > Preferences > Run/Debug > Launching
    2. Select 'Always launch the previously launched application' in the 'Launch Operation' section.
    3. Then just use your shortcut of choice. I think Ctrl + F11 is the default for this

提交回复
热议问题