You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this is the exception during build for jettified-commons-text-1.11.0.jar:
java.lang.NullPointerException: Cannot invoke "String.length()" because "<parameter1>" is null
and for jettified-commons-io-2.15.0.jar:
Execution failed for task ':app:mergeExtDexDebug'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform commons-text-1.11.0.jar (org.apache.commons:commons-text:1.11.0) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=23, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingWithClasspathTransform: /Users/saverio/.gradle/caches/transforms-3/154b59ed198ece14418a8a75c0024e97/transformed/jetified-commons-text-1.11.0.jar.
> Error while dexing.
> Failed to transform commons-io-2.15.0.jar (commons-io:commons-io:2.15.0) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=23, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingWithClasspathTransform: /Users/saverio/.gradle/caches/transforms-3/7275a725efaeb4397c8cb51be3af2f02/transformed/jetified-commons-io-2.15.0.jar.
> Error while dexing.
The text was updated successfully, but these errors were encountered:
For slint-ui/slint#4973, I've tested Android build tools 34.0.0 and 35.0.0 with platform 30 under JDK 21, the D8 from version 35.0.0 built the dex file successfully. With build tools 34.0.0, the result is the same: java.lang.NullPointerException: Cannot invoke "String.length()" because "<parameter1>" is null.
I am using HtmlUnit on my android project:
However this is the exception during build for jettified-commons-text-1.11.0.jar:
and for jettified-commons-io-2.15.0.jar:
The text was updated successfully, but these errors were encountered: