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
I am encountering an exception when trying to run the app on Android.
Here are the steps:
flutter create app
add a package via git
flutter run
And here is an exception:
ERROR:D8: Invalid build configuration. Attempt to create a global synthetic for 'Record desugaring' without a global-synthetics consumer.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeExtDexDebug'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform tunnel-1.0.20230706.aar (com.wireguard.android:tunnel:1.0.20230706) 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=21, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingWithClasspathTransform: /Users/uzenkov/.gradle/caches/transforms-3/3ba074555f0a82d8076ceaa016a8af1d/transformed/jetified-tunnel-1.0.20230706-runtime.jar.
> Error while dexing.
UPDATE
I've found out that the problem occurs with the latest com.wireguard.android:tunnel:1.0.20230706 version, but it works with the previous one: 1.0.20230427.
The text was updated successfully, but these errors were encountered:
I am encountering an exception when trying to run the app on Android.
Here are the steps:
And here is an exception:
UPDATE
I've found out that the problem occurs with the latest com.wireguard.android:tunnel:1.0.20230706 version, but it works with the previous one: 1.0.20230427.
The text was updated successfully, but these errors were encountered: