tomi
tomi

Reputation: 535

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

Upvotes: 5

Views: 792

Answers (3)

alterionisto
alterionisto

Reputation: 83

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

Upvotes: 5

tomi
tomi

Reputation: 535

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?

Upvotes: 3

Rahul Bisht
Rahul Bisht

Reputation: 492

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.

Upvotes: 0

Related Questions