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
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
Try Preferences->Run/Debug->Launching->Launch Operation = Always launch the previously launched operation
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?
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.