Gradle build error style attributes not found

前端 未结 4 1145
伪装坚强ぢ
伪装坚强ぢ 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:26

    Adding Preference Support Library v7 dependency to Gradle solved a problem for me. It supports missed attributes for @style/PreferenceThemeOverlay.

    Put the following line to your build.gradle module:

    com.android.support:preference-v7:27.1.1

提交回复
热议问题