Output: error: resource style/TextAppearance.Compat.Notification.Info (aka package_name:style/TextAppearance.Compat.Notification.Info) not found

前端 未结 2 537
后悔当初
后悔当初 2021-01-17 13:29

After switching to Android Studio 3.2 canary I am getting the following build error.

I have seen this post where the guy had a similar issue but no

2条回答
  •  情书的邮戳
    2021-01-17 13:59

    I think you should try adding style as below in your styles.xml file. For me it worked perfectly, for the similar kind of issue.

    
    

    Or you can use @style/TextAppearance.AppCompat.Notification with TextView in XML file:

    
    

    Please check this link, You can create your custom notification layout.

提交回复
热议问题