-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation error:null #194
Comments
在组件化中使用的时候,间接依赖,会出现Caused by: java.lang.RuntimeException: Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation |
正常依赖 也报错1.3 |
This library is no longer maintained and works right for lower targetSDKVersions but will fail for higher ones. Please follow this link to use the current supported library Forked SweetAlert Library |
在依赖的lib里面加上buildToolsVersion '27.0.3'或者更大 |
you should add an animation file to anim folder of res and use below code: error_frame_in.xml:
|
上面的设置都做过之后,还是不行 (正常依赖) |
添加依赖就有异常,直接将此module引入使用吧,缺少的文件从原module中copy过去。 |
Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation error:null
The text was updated successfully, but these errors were encountered: