appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'

后端 未结 14 2096
不思量自难忘°
不思量自难忘° 2020-11-22 05:03

When attempting to use the latest appcompat-v7 support library in my project, I get the following error:

/Users/greg/dev/mobile/android_project/app/build/int         


        
14条回答
  •  耶瑟儿~
    2020-11-22 05:17

    Upgrading to latest gradle plugin solve my problem :

    classpath 'com.android.tools.build:gradle:0.13.+'
    

提交回复
热议问题