-
Notifications
You must be signed in to change notification settings - Fork 372
Description
[READ] For Firebase Unity SDK issues, please report to Firebase Unity Sample
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
[REQUIRED] Please fill in the following fields:
- Unity editor version: 6000.0.36f1
- External Dependency Manager version: cannot find in UnityProjectName\Packages\manifest.json
- Source you installed EDM4U: .unitypackage (.unitypackage or Unity Package Manager)
- Features in External Dependency Manager in use: Android Resolver (Android Resolver, iOS Resolver, VersionHandler, etc.)
- Plugins SDK in use: Yandex Ads (Firebase, Admob, Facebook, etc.)
- Platform you are using the Unity editor on: windows (Mac, Windows, or Linux)
[REQUIRED] Please describe the issue here:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
happend when first time i open the project, shows a warning message in console
Please answer the following, if applicable:
What's the issue repro rate? (eg 100%, 1/5 etc)
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
Failed to determine the most recently installed Android SDK version. Please report this as a bug with the version of Unity you are using at: https://github.com/googlesamples/unity-jar-resolver/issues Resorting to reading a fallback value from the editor preferences GooglePlayServices.PlatformVersionFallback: 25
UnityEngine.Debug:LogWarning (object)
GooglePlayServices.UnityCompat:WarnOnAndroidSdkFallbackVersion () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/UnityCompat.cs:312)
GooglePlayServices.UnityCompat:FindNewestInstalledAndroidSDKVersion () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/UnityCompat.cs:337)
GooglePlayServices.UnityCompat:GetAndroidTargetSDKVersion () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/UnityCompat.cs:136)
GooglePlayServices.PlayServicesResolver:CheckApiLevelForJetifier (bool,string,System.Action1<GooglePlayServices.PlayServicesResolver/ApiLevelJetifierResult>) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:2675) GooglePlayServices.PlayServicesResolver/<CanEnableJetifierOrPromptUser>c__AnonStorey2B:<>m__52 (bool) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:2743) GooglePlayServices.PlayServicesResolver:CheckGradleVersionForJetifier (bool,string,System.Action
1) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:2650)
GooglePlayServices.PlayServicesResolver:CanEnableJetifierOrPromptUser (string,System.Action1<bool>) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:2741) GooglePlayServices.PlayServicesResolver:ResolveUnsafeAfterJetifierCheck (System.Action
1,bool,bool,bool) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1783)
GooglePlayServices.PlayServicesResolver/c__AnonStorey21:<>m__44 () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1750)
GooglePlayServices.PlayServicesResolver:ExecuteNextResolveJob () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1597)
GooglePlayServices.PlayServicesResolver:ScheduleResolve (bool,bool,System.Action`1,bool) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1763)
GooglePlayServices.PlayServicesResolver:AutoResolve (System.Action) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1257)
GooglePlayServices.PlayServicesResolver:m__53 () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1236)
Google.RunOnMainThread:ExecutePollingJobs () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:409)
Google.RunOnMainThread:m__12 () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:541)
Google.RunOnMainThread:RunAction (System.Action) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:343)
Google.RunOnMainThread:ExecuteAllUnnested (bool) (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:530)
Google.RunOnMainThread:ExecuteAll () (at /Users/chkuang/Workspace/git/unity-jar-resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:512)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.