Can't use srcCompat for ImageViews in android

前端 未结 12 539
借酒劲吻你
借酒劲吻你 2020-12-03 00:38

I\'m using the Design Support Library 23.2. I\'ve added these lines in my build.gradle as my Gradle Plugin is version 1.5

defaultConfig {
        applicat         


        
12条回答
  •  不知归路
    2020-12-03 01:21

    You are using android:srcCompat. It should instead by app:srcCompat as it is an attribute defined within AppCompat, not within the android: namespace.

提交回复
热议问题