error: cannot find symbol variable abc_ic_ab_back_mtrl_am_alpha

后端 未结 5 992
太阳男子
太阳男子 2020-12-13 12:28

I added a Fragment to my Android Studio project using New > Fragment > Fragment (Blank). As a result when I try to run, the project won\'t compile because

5条回答
  •  天命终不由人
    2020-12-13 12:41

    I had this problem when updated the Android Support Library to version 23.2.0

    In my case, I was using a third party library that conflicted.

    I switched to the new version of the third party library to solve the problem.

提交回复
热议问题