Back to All

JSR/RET are not supported with computeFrames option

Buen día,

Empezando la configuración del SDK encuentro este error.

START ERROR :: :: :: :: :: :: :: :: :: ::
Execution failed for task ':app:mergeExtDexRelease'.

Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
Failed to transform commons-lang-2.3.jar (commons-lang:commons-lang:2.3) to match attributes {artifactType=android-dex, asm-transformed-variant=release, dexing-enable-desugaring=true, dexing-is-debuggable=true, dexing-min-sdk=29, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
Execution failed for AsmClassesTransform: C:\Users\curti.gradle\caches\transforms-3\491f5568c88bc6975cfbc0531cec55a7\transformed\jetified-commons-lang-2.3.jar.
JSR/RET are not supported with computeFrames option

END LOG ERROR :: :: :: :: :: :: :: :: ::

Solo he agregado

implementation 'com.payclip.sdk:payment-ui:2.3.0'
implementation 'com.payclip.sdk:plus-reader:1.3.0'

en mi build.gradle (:app) y he intentado ejecutar mi app, pero al compilar apareció ese error...

Espero me puedan ayudar y excelente día.