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

后端 未结 30 2475
误落风尘
误落风尘 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:14

    The accepted solution used to work for me once, but not now. I had to re-create a hello-world of the same kind (!) in a new workspace, made it compile, and then copied all directories, including .hg and .hgignore. hg diff shows:

    -        android:targetSdkVersion="19" />
    +        android:targetSdkVersion="21" />
    
    Binary file libs/android-support-v4.jar has changed
    

    It looks like Eclipse wants to compile for API 21 and fails to do anything with API 19. Darkly.

提交回复
热议问题