D/AndroidRuntime(11752):
D/AndroidRuntime(11752): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRu
it is most probably because of having a wrong xml resource file. for me i put colors in strings.xml and got this errors. then i created colors.xml and now it works.
Benni05 found a solution here, by setting android:configChanges="orientation" property for activity @AndroidManifest. It work for me(where i get an error with api lvl.11 installed devices). Good luck!