Conflicting Packages everywhere
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.
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
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?
Facebook has not been updated yet, you'll need to wait for that update before being able to update the other extensions.
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?
Please see https://github.com/distriqt/ANE-Scanner/issues/77
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 I haven't gotten to the Branch ANE yet either. It's on my list.
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.
You should remove com.distriqt.GoogleAnalytics, analytics functionality from Google has been replaced by Firebase.
com.distriqt.GoogleAnalytics
you mean uninstall?
Yeah, GA functionality in apps has been moved completely to Firebase