-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.22.jar -> kotlin-stdlib-1.8.22 #7866
Comments
Same exact problem on my app when i migrate to capacitor 7. Also tried the example blank app and i got the same results. |
This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed. |
I'm not the original reporter, but I created a minimal sample app that demonstrates this issue: https://github.com/[crobinson-expl/vue-capacitor](https://github.com/crobinson-expl/vue-capacitor). Here's how I created it:
|
This issue has been labeled as |
As workaround you can set the value of Not sure why it fails on the |
Thanks, that fixed the error for me! |
This comment has been minimized.
This comment has been minimized.
Thanks for that. I was about to create simple test app with Angular and install Capacitor and share the repo. I will first see if the feedback coming back after your post will resolve the issue. |
This comment has been minimized.
This comment has been minimized.
Actually one complication I get when downgrading |
I have had success using edge://inspect or chrome://inspect to view the browser dev tools when debugging the app in Android Studio. This works regardless of whether the app is running in an emulator or on an actual device. |
@crobinson-expl How do you execute UPDATE: |
Found another workaround, no idea which one is best or the possible side effect of this one.
and added in variables.gradle
|
Hi, i have se same problem. How to reproduce
error on android studio
versions
|
hi @cesterlizi , I'm having the same issue as well , any progress about this issue ? |
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
I am trying to build my Angular Capacitor Project for Android and I am running in an error
I am pretty new to this and not really sure what to do.
I found this
https://gist.github.com/danielcshn/7aa57155d766d46c043fde015f054d40
and tried adding the implementation line to my build.gradle (module) file but to no avail.How do I fix this
Expected Behavior
Build the project
Project Reproduction
not possible
Additional Information
No response
The text was updated successfully, but these errors were encountered: