You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution:
Removing the "@" at the start of the item name. <item name="@android:windowEnterAnimation">@anim/anim_toast_show</item> <item name="@android:windowExitAnimation">@anim/anim_toast_hide</item>
to: <item name="android:windowEnterAnimation">@anim/anim_toast_show</item> <item name="android:windowExitAnimation">@anim/anim_toast_hide</item>
from reference: https://stackoverflow.com/questions/45952607/error-style-attribute-androidattr-windowexitanimation-not-found
我项目相关的配置:
报错信息:
相关代码:
The text was updated successfully, but these errors were encountered: