JakeWharton / ActionBarSherlock

[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
http://actionbarsherlock.com
Apache License 2.0
7.1k stars 3.53k forks source link

Android 5 crash #1114

Closed QuickBrownFoxy closed 10 years ago

QuickBrownFoxy commented 10 years ago

ABS causes crash on Android 5. I am using ABS in my app and wanted to set target level to 21 but ABS causes crash on search view. As far as i understand it is because ABS does not yet target it.

It also looks like ABS no longer developed.

Are there any plans to add Android 5 with target 21 compatibility? I am sure it wouldn't be hard to just use Android 5 themes as parents but my efforts were futile.

It kept crashing even when I added values-21 and tired to change it

QuickBrownFoxy commented 10 years ago

I have seen #1106, very sad