getSupportActionBar returns null
问题 I'm trying to use the ActionBarSherlock library for using Action Bar in older devices. My application run on Android(4.2-Real device) . But, when I tried it to open in my older galaxy tab which ran on Android 2.3.4 it crashes. This is what I found from logcat and here is the code of General Activity TextView text; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.activity_general); /