I received:
ActionBarImpl can only be used with a compatible window decor layout
from google crash report. Strange fact is: I dont use ActivoBar. In fact my app was written for android 2.2 and up. Because of admob I have to add
android:targetSdkVersion=13
After this I had to add “android-support-v4.jar” because of
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
Program works fine for my device and emulator but after release on market : – 400 reports about crash. /About 90% ot updated apps/
Hot to solve problem?
Hm. Problem was produced by different Dialog layout – in android ver 2.2 and 3.2 and up.
Custom dialog style for progress bar produced crash. Reason was misisng parent atribute in style. Strange but fact.