-
Notifications
You must be signed in to change notification settings - Fork 82
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:cn.pedant.SweetAlert.Rotate3dAnimation #58
Comments
I am also getting the same error |
Got a solution <set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:fromAlpha="0"
android:toAlpha="1"
android:duration= "400"
/>
</set> |
I am also getting the same error. |
the anim folder means animation folder, can be found in res-resource directory |
I have no animation folder or something like that. Can the above XML entry be in any folder? For example I have a folder called XML in which I set general settings. |
Getting this error after enabling obfuscation, here is a full stack trace
Tried adding the following rules to my
proguard-rules.pro
file but the error still persistsThe text was updated successfully, but these errors were encountered: