Can’t Find Theme.AppCompat.Light for New Android ActionBar Support

You need to do next:

  1. File->Import (android-sdk\extras\android\support\v7). Choose “AppCompat”
  2. Project-> properties->Android. In the section library “Add” and choose “AppCompat”
  3. That is all!

Note: if you are using “android:showAsAction” in menu item, you need to change prefix android as in the example http://developer.android.com/guide/topics/ui/actionbar.html

Leave a Comment