Problem With Google Play Service

I have downloaded the newest Google Play Service. and activated the signin and all the stuff.

When i want to build the game, i get 3 errors

Error 1 :

Project 'D:\Spil Project\Color or Word\Assets\Plugins\Android\MainLibProj' is missing AndroidManifest.xml file.
UnityEditor.HostView:OnGUI()

Error 2 :

UnityException: Adding Android library projects failed!
UnityEditor.Android.AndroidLibraries.AddLibraryProject (System.String projectPropertiesPath)
UnityEditor.Android.AndroidLibraries.FindAndAddLibraryProjects (System.String searchPattern)
UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options)
UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options)
UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (BuildPostProcessArgs args)
UnityEditor.PostprocessBuildPlayer.Postprocess (BuildTarget target, System.String installPath, System.String companyName, System.String productName, Int32 width, Int32 height, System.String downloadWebplayerUrl, System.String manualDownloadWebplayerUrl, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs:316)
UnityEditor.HostView:OnGUI()

Error 3 :

Error building Player: UnityException: Adding Android library projects failed!

Which Google Play Services Plugin do you use?
I integrated the prime31 plugin, but you probably have another one…

However: it would be probably the best if you ask for support from the developer of the plugin.

I though if someone had the same problem.

I use this one
https://github.com/playgameservices/play-games-plugin-for-unity

I had tried using the GPG plugin you’re referencing and had nothing but problems with it. Ended up stripping it all out and going with prime[31]'s.

Any one else who know how to fix it?

for your error 1:
place a file called “AndroidManifest.xml” in the folder “D:\Spil Project\Color or Word\Assets\Plugins\Android\MainLibProj”.
open it with a text editor and place the following inside:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6171000" android:versionName="6.1.71-000" package="com.google.android.gms">
  <uses-sdk android:minSdkVersion="9"/>
  <application/>
</manifest>

Not sure if it works with your plugin but I think it is the thing you need.

(you may delete the “uses-sdk” node… if you have a minimum android version to support, then find out the sdk version number and place it here. If you have more than one AndroidManifest.xml make sure there is the same minSdkVersion in all manifests).

Hi i am facing same issue with same plugin from github has anyone solved this issue.
the issue is with sample projects which are given in plug in