apm icon indicating copy to clipboard operation
apm copied to clipboard

Conflicting Packages everywhere

Open Kelsonk opened this issue 1 year ago • 7 comments

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.

Kelsonk avatar Dec 09 '24 15:12 Kelsonk

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

marchbold avatar Dec 09 '24 22:12 marchbold

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?

yvant avatar Jan 12 '25 23:01 yvant

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

marchbold avatar Jan 12 '25 23:01 marchbold

Hey guys, was about to try to update all of my ANE's after this announcement: https://github.com/airsdk/Adobe-Runtime-Support/discussions/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?

Ender22 avatar Feb 17 '25 09:02 Ender22

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

marchbold avatar Feb 17 '25 10:02 marchbold

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]

Shaunmax avatar Mar 07 '25 20:03 Shaunmax

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

marchbold avatar Mar 08 '25 07:03 marchbold

CONFLICT :: fatal error : found [2] conflicting packages
CONFLICT :: androidx.core
CONFLICT :: ├── 2.0.1 required by: [email protected]
CONFLICT :: └── 1.6.2 required by: [email protected]
CONFLICT :: com.distriqt.playservices.Base
CONFLICT :: ├── 19.1.2 required by: [email protected]
CONFLICT :: ├── 19.0.0 required by: [email protected]
CONFLICT :: └── 18.0.101 required by: [email protected]

what could be wrong now ? I am updating for an app after a long gap.

Shaunmax avatar Sep 11 '25 14:09 Shaunmax

You should remove com.distriqt.GoogleAnalytics, analytics functionality from Google has been replaced by Firebase.

marchbold avatar Sep 11 '25 22:09 marchbold

com.distriqt.GoogleAnalytics

you mean uninstall?

Shaunmax avatar Sep 12 '25 02:09 Shaunmax

Yeah, GA functionality in apps has been moved completely to Firebase

marchbold avatar Sep 13 '25 00:09 marchbold