Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by nabeelasad2007 · Feb 27 at 08:32 PM · errorunityeditorpluginadmobconsole

Google Admob error, Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'

Hi.

I'm new to game development. I've recently imported the Google Admob plugin for unity into my unity project. It asked for a few permissions, then did some resolving. After that my console window fills up with the following errors:

 Assembly 'Assets/ExternalDependencyManager/Editor/1.2.167/Google.IOSResolver.dll' will not be loaded due to errors:
 Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform?
 Reference validation can be disabled in the Plugin Inspector.  
 
 Failed with exception GooglePlayServices.JavaUtilities+ToolNotFoundException: jar not found, A:\Unity\Editors\2020.3.21f1\Editor\Data\PlaybackEngines\AndroidPlayer\OpenJDK references incomplete Java distribution.
   at GooglePlayServices.JavaUtilities.FindJavaTool (System.String javaTool) [0x000b3] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\JavaUtilities.cs:170 
   at GooglePlayServices.JavaUtilities.get_JarBinaryPath () [0x00000] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\JavaUtilities.cs:100 
   at GooglePlayServices.PlayServicesResolver.ExtractZip (System.String zipFile, System.Collections.Generic.IEnumerable`1[T] extractFilenames, System.String outputDirectory, System.Boolean update) [0x000cd] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\PlayServicesResolver.cs:2835 
 UnityEngine.Debug:Log (object)
 Google.Logger:Log (string,Google.LogLevel) (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/Logger.cs:124)
 GooglePlayServices.PlayServicesResolver:Log (string,Google.LogLevel) (at Z:/tmp/tmp.NEyie963Jd/third_party/unity/unity_jar_resolver/source/AndroidResolver/src/PlayServicesResolver.cs:1055)
 GooglePlayServices.PlayServicesResolver:ExtractZip (string,System.Collections.Generic.IEnumerable`1,string,bool) (at Z:/tmp/tmp.NEyie963Jd/third_party/unity/unity_jar_resolver/source/AndroidResolver/src/PlayServicesResolver.cs:2846)
 Google.GradleWrapper:Extract (Google.Logger) (at Z:/tmp/tmp.NEyie963Jd/third_party/unity/unity_jar_resolver/source/AndroidResolver/src/GradleWrapper.cs:100)
 GooglePlayServices.GradleResolver:GradleResolution (string,string,bool,bool,System.Action`1<System.Collections.Generic.List`1>) (at Z:/tmp/tmp.NEyie963Jd/third_party/unity/unity_jar_resolver/source/AndroidResolver/src/GradleResolver.cs:332)
 GooglePlayServices.GradleResolver:DoResolutionUnsafe (string,bool,System.Action) (at Z:/tmp/tmp.NEyie963Jd/third_party/unity/unity_jar_resolver/source/AndroidResolver/src/GradleResolver.cs:928)
 GooglePlayServices.GradleResolver/c__AnonStorey7:<>m__0 () (at Z:/tmp/tmp.NEyie963Jd/third_party/unity/unity_jar_resolver/source/AndroidResolver/src/GradleResolver.cs:819)
 Google.RunOnMainThread:ExecuteNext () (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:486)
 Google.RunOnMainThread:m__1 () (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:536)
 Google.RunOnMainThread:RunAction (System.Action) (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:343)
 Google.RunOnMainThread:ExecuteAllUnnested (bool) (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:530)
 Google.RunOnMainThread:ExecuteAll () (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:512)
 UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
 
 Job failed with exception: GooglePlayServices.JavaUtilities+ToolNotFoundException: jar not found, A:\Unity\Editors\2020.3.21f1\Editor\Data\PlaybackEngines\AndroidPlayer\OpenJDK references incomplete Java distribution.
   at GooglePlayServices.PlayServicesResolver.ExtractZip (System.String zipFile, System.Collections.Generic.IEnumerable`1[T] extractFilenames, System.String outputDirectory, System.Boolean update) [0x00132] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\PlayServicesResolver.cs:2847 
   at Google.GradleWrapper.Extract (Google.Logger logger) [0x00000] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\GradleWrapper.cs:100 
   at GooglePlayServices.GradleResolver.GradleResolution (System.String destinationDirectory, System.String androidSdkPath, System.Boolean logErrorOnMissingArtifacts, System.Boolean closeWindowOnCompletion, System.Action`1[T] resolutionComplete) [0x00093] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\GradleResolver.cs:332 
   at GooglePlayServices.GradleResolver.DoResolutionUnsafe (System.String destinationDirectory, System.Boolean closeWindowOnCompletion, System.Action resolutionComplete) [0x000bc] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\GradleResolver.cs:928 
   at GooglePlayServices.GradleResolver+c__AnonStorey7.<>m__0 () [0x00000] in Z:\tmp\tmp.NEyie963Jd\third_party\unity\unity_jar_resolver\source\AndroidResolver\src\GradleResolver.cs:819 
   at Google.RunOnMainThread.ExecuteNext () [0x0003d] in Z:\tmp\tmp.cirhDnLU30\third_party\unity\unity_jar_resolver\source\VersionHandlerImpl\src\RunOnMainThread.cs:486 
 UnityEngine.Debug:LogError (object)
 Google.RunOnMainThread:ExecuteNext () (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:488)
 Google.RunOnMainThread:m__1 () (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:536)
 Google.RunOnMainThread:RunAction (System.Action) (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:343)
 Google.RunOnMainThread:ExecuteAllUnnested (bool) (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:530)
 Google.RunOnMainThread:ExecuteAll () (at Z:/tmp/tmp.cirhDnLU30/third_party/unity/unity_jar_resolver/source/VersionHandlerImpl/src/RunOnMainThread.cs:512)
 UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()


Any help would be appreciated!


Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

183 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Google.IOSResolver.dll' will not be loaded 2 Answers

error CS1704: An assembly with the same simple name 'Editor' has already been imported. Try removing one of the references or sign them to enable side-by-side. 0 Answers

Unsafe.dll from Unity version conflicts with Unsafe.dll from standard collections package. 1 Answer

"Takes `2' arguments" 2 Answers

999+ Errors on statup in the Console, Need Fix 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges