You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、styles_styled.xml文件中<style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">这句报下面错,不知道怎么解决?我已经导入了android-support-v7-appcompat.jar包
error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Light'.
2、PlayerActivity这个文件报下面的错,android-support-v7-appcompat.jar和android-support-v4.jar包
The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files
The text was updated successfully, but these errors were encountered:
1、styles_styled.xml文件中<style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">这句报下面错,不知道怎么解决?我已经导入了android-support-v7-appcompat.jar包
error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Light'.
2、PlayerActivity这个文件报下面的错,android-support-v7-appcompat.jar和android-support-v4.jar包
The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files
The text was updated successfully, but these errors were encountered: