我已将v7 appcompat支持库从v23.1.0
升级到v18.0.0
,我看到了各种样式的问题,例如@style/Widget.AppCompat.Light.ActionBar
,@style/Widget.AppCompat.Light.Base.Spinner
和@style/Theme.AppCompat.Light.
我我正在使用compileSdkVersion 23
,targetSdkVersion 23
和buildToolsVersion "23.0.2"
。
错误是这样的:Error:(1728, -1) Gradle: Error retrieving parent for item: No resource found that matches the given name '@style/Widget.AppCompat.Light.Base.Spinner'.
我的问题是,是否有任何api文档可以说明这些样式在新版本中会是什么样子?现在我被卡住了,因为我对v23.1.0应该是什么样子一无所知。
谢谢!