sweet-alert-dialog icon indicating copy to clipboard operation
sweet-alert-dialog copied to clipboard

java.lang.RuntimeException

Open Sanchitpexcellonsoft opened this issue 7 years ago • 4 comments

java.lang.RuntimeException: Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation error:cn.pedant.SweetAlert.Rotate3dAnimation

Sanchitpexcellonsoft avatar Oct 16 '17 11:10 Sanchitpexcellonsoft

Can you share code block? We can't help with just error message Maybe this topic will help you https://github.com/pedant/sweet-alert-dialog/issues/151

yunusemrecetin avatar Oct 16 '17 11:10 yunusemrecetin

I Found a solution , import lib as module

A7med7ani avatar Oct 26 '17 12:10 A7med7ani

@A7med7ani how to import lib as module ? can you help me ?

masehitam avatar Oct 26 '17 17:10 masehitam

@masehitam clone repo, then import library as module then copy

// VERSION_NAME=1.3 VERSION_CODE=4 GROUP=cn.pedant.sweetalert

POM_DESCRIPTION=SweetAlert for Android, a beautiful and clever alert dialog. POM_URL=https://github.com/pedant/sweet-alert-dialog POM_SCM_URL=https://github.com/pedant/sweet-alert-dialog POM_SCM_CONNECTION=scm:[email protected]:pedant/sweet-alert-dialog.git POM_SCM_DEV_CONNECTION=scm:[email protected]:pedant/sweet-alert-dialog.git POM_LICENCE_NAME=The MIT License POM_LICENCE_URL=http://opensource.org/licenses/MIT POM_LICENCE_DIST=repo POM_DEVELOPER_ID=pedant POM_DEVELOPER_NAME=Pedant

/// in gradle.properties file

and copy in build file

ext { compileSdkVersion = 25 buildToolsVersion = "3.0.0" }

A7med7ani avatar Oct 27 '17 11:10 A7med7ani