Update support library 23.2.0 build bug

前端 未结 10 1130
攒了一身酷
攒了一身酷 2020-11-30 07:53

I have update the support library to 23.2.0 Since the update I get this error at build time :

\\app\\build\\intermediates\\data-binding-layout-out\\de

相关标签:
10条回答
  • 2020-11-30 08:15

    Check if any third party library is having this error, I had to update version of affolestad material dialog.

    0 讨论(0)
  • 2020-11-30 08:19

    Faced same bug. In my case problem was in 3rd-party library, that I didn't update to the version, that use same app-compat vesrion as depency as in my project.

    So try to update another libs, that use app-compat lib as depency.

    0 讨论(0)
  • 2020-11-30 08:20

    i have tested this solution and work for me

    0 讨论(0)
  • 2020-11-30 08:24

    I had the same problem when using the latest Material Dialogs (0.8.5.6) with the latest Support Library (23.2). Reverting to Material Dialogs 0.8.5.1 with Support Library 23.1.1 works on Android 4.

    Bug report on Material Dialog's GitHub: https://github.com/afollestad/material-dialogs/issues/983.

    0 讨论(0)
  • 2020-11-30 08:28

    It was renamed a few times: Currently from version 24.0.0 on it's

    R.drawable.abc_ic_ab_back_material
    

    Previous versions:

    23.2.1 R.drawable.abc_ic_ab_back_mtrl_am_alpha
    23.2.0 R.drawable.abc_ic_ab_back_material

    0 讨论(0)
  • 2020-11-30 08:34

    Add in repository your project: res/drawable new vector data abc_ic_ab_back_mtrl_am_alpha.

    0 讨论(0)
提交回复
热议问题