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
while i run the project adding onesignal latest version which is mentioned below is getting error
OneSignal Flutter SDK version
5.4.5
Which platform(s) are affected?
iOS
Android
Relevant log output
Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'.
> Failed to transform work-runtime-2.8.1.aar (androidx.work:work-runtime:2.8.1) to match attributes {artifactType=jar, org.gradle.status=release}.
> Execution failed for JetifyTransform: /home/server/.gradle/caches/modules-2/files-2.1/androidx.work/work-runtime/2.8.1/93cf8448789a8a2abf56c11a71e8cfda9f6647e4/work-runtime-2.8.1.aar.
> Failed to transform '/home/server/.gradle/caches/modules-2/files-2.1/androidx.work/work-runtime/2.8.1/93cf8448789a8a2abf56c11a71e8cfda9f6647e4/work-runtime-2.8.1.aar' using Jetifier. Reason: null. (Run with --stacktrace for more details.)
> Failed to transform work-runtime-2.8.1.aar (androidx.work:work-runtime:2.8.1) to match attributes {artifactType=jar, org.gradle.status=release}.
> Execution failed for JetifyTransform: /home/server/.gradle/caches/modules-2/files-2.1/androidx.work/work-runtime/2.8.1/93cf8448789a8a2abf56c11a71e8cfda9f6647e4/work-runtime-2.8.1.aar.
> Failed to transform '/home/server/.gradle/caches/modules-2/files-2.1/androidx.work/work-runtime/2.8.1/93cf8448789a8a2abf56c11a71e8cfda9f6647e4/work-runtime-2.8.1.aar' using Jetifier. Reason: null. (Run with --stacktrace for more details.)
> Failed to transform work-runtime-2.8.1.aar (androidx.work:work-runtime:2.8.1) to match attributes {artifactType=jar, 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 JetifyTransform: /home/server/.gradle/caches/modules-2/files-2.1/androidx.work/work-runtime/2.8.1/93cf8448789a8a2abf56c11a71e8cfda9f6647e4/work-runtime-2.8.1.aar.
> Failed to transform '/home/server/.gradle/caches/modules-2/files-2.1/androidx.work/work-runtime/2.8.1/93cf8448789a8a2abf56c11a71e8cfda9f6647e4/work-runtime-2.8.1.aar' using Jetifier. Reason: null. (Run with --stacktrace for more details.)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hello there--apologies for the delay. Is this still an issue for you?
It looks like there might be a conflict in your work-runtime dependencies.
Can you run ./gradlew app:dependencies or ./gradlew build --scan from the android folder of your project. (where your build.gradle or gradlew files are located) and share the output? This should point to libraries using this dependency and see if any are conflicting.
On Sat, Dec 7, 2024 at 1:16 AM Jenna Antilla ***@***.***> wrote:
Hello there--apologies for the delay. Is this still an issue for you?
It looks like there might be a conflict in your work-runtime dependencies.
Can you run ./gradlew app:dependencies or ./gradlew build --scan from the
android folder of your project. (where your build.gradle or gradlew files
are located) and share the output? This should point to libraries using
this dependency and see if any are conflicting.
Thanks!
—
Reply to this email directly, view it on GitHub
<#951 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBBDALJEZXNM2WA2IZ3SJT2EH5IHAVCNFSM6AAAAABOD3JST6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRUGAZTKMRQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
What happened?
Unable to build in android studio
Steps to reproduce?
What did you expect to happen?
while i run the project adding onesignal latest version which is mentioned below is getting error
OneSignal Flutter SDK version
5.4.5
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: