Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse key shortcut run no longer works on XML files

Since I updated to adt 21.0.1 I no longer can simply press 'CTRL+F11' to launch the current project when the current tab is an android layout XML file.

Using Eclipse 4.2 mobile edition

like image 528
tomi Avatar asked Jan 07 '13 08:01

tomi


2 Answers

Try Preferences->Run/Debug->Launching->Launch Operation = Always launch the previously launched operation

like image 178
alterionisto Avatar answered Nov 15 '22 04:11

alterionisto


It's a bug in ADT 21.0.1. When reverting back to ADT 21.0.0 it all works fine again.

ps. where can I submit this bug?

like image 37
tomi Avatar answered Nov 15 '22 05:11

tomi