AppLovin / AppLovin-MAX-Unity-Plugin

110 stars 31 forks source link

Unity Ads Adapter 4.9.2.1 Causing Conflicts #339

Open ssoher opened 3 months ago

ssoher commented 3 months ago

MAX Plugin Version

6.1.2

Unity Version

Unity 2022.3.18f1

Device/Platform Info

Android

Current Behavior

EDM goes into endless loop at 100% due to conflicting packages when I add the latest Unity Ads adapter. The only other adapter I've enabled is Admob and the project resolves correctly until Unity Ads adapter is added.

androidx.coordinatorlayout:coordinatorlayout conflicting due to package(s):
UnityEngine.Debug:Log (object)
Google.Logger:Log (string,Google.LogLevel) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/VersionHandlerImpl/src/Logger.cs:124)
GooglePlayServices.CommandLineDialog/ProgressReporter:CommandLineIOHandler (System.Diagnostics.Process,System.IO.StreamWriter,GooglePlayServices.CommandLine/StreamData) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/CommandLineDialog.cs:94)
GooglePlayServices.CommandLine/LineReader:AggregateLine (System.Diagnostics.Process,System.IO.StreamWriter,GooglePlayServices.CommandLine/StreamData) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/CommandLine.cs:481)
GooglePlayServices.CommandLine/<RunViaShell>c__AnonStorey3:<>m__1 (GooglePlayServices.CommandLine/StreamData) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/CommandLine.cs:665)
GooglePlayServices.CommandLine/AsyncStreamReaderMultiplexer:PollQueue () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/CommandLine.cs:337)
System.Threading.ThreadHelper:ThreadStart ()

Expected Behavior

No response

How to Reproduce

Install Unity Ads mediation adapter 4.2.1, resolve for Android.

Additional Info

No response