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

后端 未结 30 2265
误落风尘
误落风尘 2020-11-22 09:22

I am trying to implement the new ActionBar support library that was released by Google a couple days ago. In the past, I have successfully implemented ActionBarSherlock wit

30条回答
  •  不要未来只要你来
    2020-11-22 10:13

    My issue resolve via following Steps

    1. File->Import (android-sdk\extras\android\support\v7\appcompat)

    2. Right Click Project-> properties->Android. In the section library "Add" and choose library appcompat that's include in step 1

    3. Delete all files from project's libs directory

    4. add following file to project's libs directory \extras\android\support\v13android-support-v13.jar

      Restart Eclipse if required. That's it. Your problem should be disappeared.

提交回复
热议问题