While starting my application I get the following warning in Logcat:
04-09 10:28:17.830: WARN/WindowManager(52): Exception when adding starting window 04-09
After so many hectic research on finding the answer that why App is crashing and why its not showing the logcat
I have just replaced this
android:configChanges="orientation|keyboardHidden"
to
android:configChanges="keyboardHidden|orientation|screenSize"
in the activity tag.