Search Unity

GooglePlayGamesPlugin - System.Xml.XmlException: Document element did not appear.

Discussion in 'Editor & General Support' started by DLGScript, Dec 10, 2016.

  1. DLGScript

    DLGScript

    Joined:
    Jul 15, 2012
    Posts:
    272
    I wanted to update all the resources i had(SDK,JDK,GOOGLE PLAY PLUGIN 0.9.35)

    After i update all of them and the import the google play plugin to my project, i'm getting this error:

    Code (CSharp):
    1. System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
    2.   at Mono.Xml2.XmlTextReader.Read () [0x00000] in <filename unknown>:0
    3.   at System.Xml.XmlTextReader.Read () [0x00000] in <filename unknown>:0
    4.   at Google.JarResolver.PlayServicesSupport.ProcessMetadata (Google.JarResolver.Dependency dep, System.String fname) [0x00000] in <filename unknown>:0
    5.   at Google.JarResolver.PlayServicesSupport.FindCandidate (System.String repoPath, Google.JarResolver.Dependency dep) [0x00000] in <filename unknown>:0
    6.   at Google.JarResolver.PlayServicesSupport.FindCandidate (Google.JarResolver.Dependency dep) [0x00000] in <filename unknown>:0
    7.   at Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) [0x00000] in <filename unknown>:0
    8.   at GooglePlayGames.Editor.GPGSDependencies.RegisterDependencies () [0x00032] in C:\Users\Daniel\NoName\Assets\GooglePlayGames\Editor\GPGSDependencies.cs:67
    9.   at GooglePlayGames.Editor.GPGSDependencies..cctor () [0x00028] in C:\Users\Daniel\NoName\Assets\GooglePlayGames\Editor\GPGSDependencies.cs:49
    10. UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
    11.  


    Somebody can tell me what is the issue?
     
  2. DLGScript

    DLGScript

    Joined:
    Jul 15, 2012
    Posts:
    272