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

前端 未结 7 2152
自闭症患者
自闭症患者 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:23

    if all the above answers don't work for you are probably missing

    apply plugin: 'com.google.gms.google-services'

    in you app build.gradle

提交回复
热议问题