Android application compatiblity issue

205 Views Asked by At

I have developed an android application using android sdk 4.4(KitKat). My application runs fine on android 4.0 and 4.4 but it crashes on android 2.3 and other versions. I have used android action bar and I have read somewhere that action bars are not supported in previous versions. I can not change this app as I have to hand it over to the client and I am out of time. I am unable to fix it. I need any solution so that it will be available and compatible for atleat 2.3 and above.

1

There are 1 best solutions below

3
On

You can use ActionBarSherlock as it is compatible to Android 2.X:

http://actionbarsherlock.com/