5

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

tomi
  • 525
  • 9
  • 20

3 Answers3

5

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

alterionisto
  • 77
  • 1
  • 8
3

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?

tomi
  • 525
  • 9
  • 20
0

Try changing the perspective from the top right. Your default perspective might have changed to an android-specific one which does not support/recognize the XML/Java EE.

After the ADT installation, the current perspective selected might be JAVA.
Try changing it to JAVA EE if it is there.
I guess it should solve your problem.

Rahul Bisht
  • 482
  • 3
  • 5