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
> Task :app:checkReleaseDuplicateClasses FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkReleaseDuplicateClasses'.
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
> Failed to transform shapeless_2.11-2.3.3.jar (com.chuusai:shapeless_2.11:2.3.3) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for JetifyTransform: /home/appuser/.gradle/caches/modules-2/files-2.1/com.chuusai/shapeless_2.11/2.3.3/ea34d4b6128b9090386945dcb952816bd9e87ce2/shapeless_2.11-2.3.3.jar.
> Failed to transform '/home/appuser/.gradle/caches/modules-2/files-2.1/com.chuusai/shapeless_2.11/2.3.3/ea34d4b6128b9090386945dcb952816bd9e87ce2/shapeless_2.11-2.3.3.jar' using Jetifier. Reason: InvalidPathException, message: Malformed input or input contains unmappable characters: shapeless/$tilde$qmark$greater$?.class. (Run with --stacktrace for more details.)
Suggestions:
- Check out existing issues at https://issuetracker.google.com/issues?q=componentid:460323&s=modified_time:desc, it's possible that this issue has already been filed there.
- If this issue has not been filed, please report it at https://issuetracker.google.com/issues/new?component=460323 (run with --stacktrace and provide a stack trace if possible).
As the error show "Execution failed for JetifyTransform", removing the enableJetifier may be related and fix it, see issue for it at #274
Trying again result in same error in different task :app:kaptGenerateStubsReleaseKotlin
> Task :app:kaptGenerateStubsReleaseKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:kaptGenerateStubsReleaseKotlin'.
> Could not resolve all files for configuration ':app:releaseCompileClasspath'.
> Failed to transform shapeless_2.11-2.3.3.jar (com.chuusai:shapeless_2.11:2.3.3) to match attributes {artifactType=android-classes-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.
> Execution failed for JetifyTransform: /home/appuser/.gradle/caches/modules-2/files-2.1/com.chuusai/shapeless_2.11/2.3.3/ea34d4b6128b9090386945dcb952816bd9e87ce2/shapeless_2.11-2.3.3.jar.
> Failed to transform '/home/appuser/.gradle/caches/modules-2/files-2.1/com.chuusai/shapeless_2.11/2.3.3/ea34d4b6128b9090386945dcb952816bd9e87ce2/shapeless_2.11-2.3.3.jar' using Jetifier. Reason: InvalidPathException, message: Malformed input or input contains unmappable characters: shapeless/$tilde$qmark$greater$?.class. (Run with --stacktrace for more details.)
Suggestions:
- Check out existing issues at https://issuetracker.google.com/issues?q=componentid:460323&s=modified_time:desc, it's possible that this issue has already been filed there.
- If this issue has not been filed, please report it at https://issuetracker.google.com/issues/new?component=460323 (run with --stacktrace and provide a stack trace if possible).
Build fail with error:
As the error show "Execution failed for JetifyTransform", removing the enableJetifier may be related and fix it, see issue for it at #274
Trying again result in same error in different task
:app:kaptGenerateStubsReleaseKotlin
Does the
git checkout v0.4.12-android
is correct for eclair repo? used it instead ofgit checkout android
as it's mentioned in v0.4.16-MAINNET release notes under "Complete list of changes:":https://github.com/ACINQ/eclair-mobile/releases/tag/v0.4.16-MAINNET
it was build with Cotnainerfile:
The text was updated successfully, but these errors were encountered: