ERROR: In MenuView, unable to find attribute android:preserveIconSpacing

前端 未结 7 2123
自闭症患者
自闭症患者 2020-12-05 14:46

I had created an app and when tried to run,get an error like this.

ERROR: In  MenuView, unable to find attribute android:preserveIco         


        
相关标签:
7条回答
  • 2020-12-05 15:41

    In my case for the same error, when all else failed, I removed this line from Gradle config file, myproject/app/build.gradle

    config:compile 'com.android.support.constraint:constraint-layout:1.0.2'

    and, voila! It worked.

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