개발자/Android

Can't Find Theme.AppCompat.Light

지구빵집 2015. 1. 8. 19:54
반응형




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





반응형