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

前端 未结 2 507
后悔当初
后悔当初 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:56

    for my self this happened after migrating to AndroidX, I changed style="@style/TextAppearance.AppCompat.Notification.Info" to style="@style/TextAppearance.AppCompat.Title" and the output of the view is fine at least for me. I didn't find any difference as before AndroidX.

    You can consider my solution as a workaround till you test it.

提交回复
热议问题