Gradle build error style attributes not found

前端 未结 4 1106
伪装坚强ぢ
伪装坚强ぢ 2021-01-04 13:40

I was trying to roll my project back to a previous version by checking the git out from GitHub, but I think I did it in a wrong way. I just removed the local project and che

4条回答
  •  孤街浪徒
    2021-01-04 14:12

    If you use a theme style with parent="android:Theme.DeviceDefault", you should use

    false
    

    instead of

    false
    

    Or change the theme style from "android:Theme.DeviceDefault" to "Theme.AppCompat.Light.DarkActionBar", it also may resolves some other style problems.

提交回复
热议问题