Gradle build error style attributes not found

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

    2020 UPDATE: Unfortunately, it seems they haven't fix this issue yet, so the solution is to simple downgrade gradle version. For example, change it from:

    classpath 'com.android.tools.build:gradle:3.6.3'

    to

    classpath 'com.android.tools.build:gradle:3.5.1'

    and it will work.

提交回复
热议问题