Skip to content
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

Conflicting Packages everywhere #213

Open
Kelsonk opened this issue Dec 9, 2024 · 7 comments
Open

Conflicting Packages everywhere #213

Kelsonk opened this issue Dec 9, 2024 · 7 comments

Comments

@Kelsonk
Copy link

Kelsonk commented Dec 9, 2024

I've been trying to update a game I haven't touched in awhile. Trying to update all the apms with a ton of issues, so I just created a new project entirely.

I installed the Application and Dialog with no issues, but when trying to install Firebase, I get these conflicts.

CONFLICT :: fatal error : found [3] conflicting packages
CONFLICT :: androidx.core
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.10.101 required by: [email protected]
CONFLICT :: com.distriqt.playservices.Base
CONFLICT :: ├── 19.0.0 required by: [email protected]
CONFLICT :: └── 18.2.4 required by: [email protected]
CONFLICT :: com.jetbrains.kotlin
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.8.220 required by: [email protected]

Don't know what else to try.

@marchbold
Copy link
Contributor

We going through a major update of all our extensions so some of the most recent releases will be incompatible.

You'll need to install the previous version of Firebase currently to be compatible with the extensions that haven't been updated yet,

To do this:

apm view com.distriqt.Firebase

And find the previous major release, currently 9.0.4, and install that by:

apm install com.distriqt.Firebase 9.0.4

@yvant
Copy link

yvant commented Jan 12, 2025

I've got a similar issue:

CONFLICT :: fatal error : found [5] conflicting packages
CONFLICT :: androidx.appcompat
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.6.104 required by: [email protected]
CONFLICT :: androidx.browser
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.5.4 required by: [email protected]
CONFLICT :: androidx.core
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.13.100 required by: [email protected]
CONFLICT :: androidx.vectordrawable
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.1.6 required by: [email protected]
CONFLICT :: com.jetbrains.kotlin
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.8.220 required by: [email protected]

Does it mean I need to wait for the next facebook ANE update?

@marchbold
Copy link
Contributor

Facebook has not been updated yet, you'll need to wait for that update before being able to update the other extensions.

@Ender22
Copy link

Ender22 commented Feb 17, 2025

Hey guys, was about to try to update all of my ANE's after this announcement: airsdk/Adobe-Runtime-Support#3459

But it seems like I can't yet.

CONFLICT :: fatal error : found [1] conflicting packages
CONFLICT :: androidx.core
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.6.2 required by: [email protected]

Are there plans to update the Scanner ANE soon?

@marchbold
Copy link
Contributor

Please see https://github.com/distriqt/ANE-Scanner/issues/77

@Shaunmax
Copy link

Shaunmax commented Mar 7, 2025

I also have similar issue :

CONFLICT :: fatal error : found [6] conflicting packages
CONFLICT :: androidx.appcompat
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.6.104 required by: [email protected]
CONFLICT :: androidx.browser
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.5.4 required by: [email protected]
CONFLICT :: androidx.core
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.13.100 required by: [email protected]
CONFLICT :: com.distriqt.playservices.AdsIdentifier
CONFLICT :: ├── 19.0.0 required by: [email protected]
CONFLICT :: └── 18.1.0 required by: [email protected]
CONFLICT :: com.distriqt.playservices.Base
CONFLICT :: ├── 19.0.0 required by: [email protected]
CONFLICT :: └── 18.5.0 required by: [email protected]
CONFLICT :: com.jetbrains.kotlin
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.8.220 required by: [email protected]

@marchbold
Copy link
Contributor

@Shaunmax I haven't gotten to the Branch ANE yet either. It's on my list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants