Skip to content
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

Open
ghost opened this issue Mar 25, 2019 · 7 comments
Open

Comments

@ghost
Copy link

ghost commented Mar 25, 2019

Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation error:null

@Joinfeng
Copy link

在组件化中使用的时候,间接依赖,会出现Caused by: java.lang.RuntimeException: Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation

@tankman1016
Copy link

正常依赖 也报错1.3

@pbwauyo
Copy link

pbwauyo commented Jun 27, 2019

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

@zhongdevin
Copy link

在依赖的lib里面加上buildToolsVersion '27.0.3'或者更大

@miladblg
Copy link

miladblg commented Jul 6, 2019

you should add an animation file to anim folder of res and use below code:

error_frame_in.xml:

<alpha
    android:fromAlpha="0"
    android:toAlpha="1"
    android:duration="400"/>

@caoanqi
Copy link

caoanqi commented Sep 4, 2019

上面的设置都做过之后,还是不行 (正常依赖)

@Joinfeng
Copy link

Joinfeng commented Sep 5, 2019

添加依赖就有异常,直接将此module引入使用吧,缺少的文件从原module中copy过去。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants