Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After importing latest package, ArgumentException: Requested value 'X86' was not found. KEEPS COMING AGAIN #230

Closed
elblogbruno opened this issue Jun 6, 2019 · 6 comments

Comments

@elblogbruno
Copy link

After importing latest package version 1.2.115 , ArgumentException: Requested value 'X86' was not found. KEEPS COMING AGAIN

ArgumentException: Requested value 'X86' was not found.
System.Enum+EnumResult.SetFailure (System.Enum+ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument) (at <23c160f925be47d7a4fd083a3a62c920>:0)
System.Enum.TryParseEnum (System.Type enumType, System.String value, System.Boolean ignoreCase, System.Enum+EnumResult& parseResult) (at <23c160f925be47d7a4fd083a3a62c920>:0)
System.Enum.Parse (System.Type enumType, System.String value, System.Boolean ignoreCase) (at <23c160f925be47d7a4fd083a3a62c920>:0)
System.Enum.Parse (System.Type enumType, System.String value) (at <23c160f925be47d7a4fd083a3a62c920>:0)
GooglePlayServices.AndroidAbis.EnumValueStringToULong (System.Type enumType, System.String enumValueString) (at /Users/smiles/dev/src/unity-jar-resolver/source/PlayServicesResolver/src/AndroidAbis.cs:220)
GooglePlayServices.AndroidAbis.get_Current () (at /Users/smiles/dev/src/unity-jar-resolver/source/PlayServicesResolver/src/AndroidAbis.cs:278)
GooglePlayServices.PlayServicesResolver.<PollAndroidAbis>m__1B () (at /Users/smiles/dev/src/unity-jar-resolver/source/PlayServicesResolver/src/PlayServicesResolver.cs:1252)
GooglePlayServices.PlayServicesResolver+PropertyPoller`1[T].Poll (System.Func`1[TResult] getCurrentValue, GooglePlayServices.PlayServicesResolver+PropertyPoller`1+Changed[T] changed) (at /Users/smiles/dev/src/unity-jar-resolver/source/PlayServicesResolver/src/PlayServicesResolver.cs:278)
GooglePlayServices.PlayServicesResolver.PollAndroidAbis () (at /Users/smiles/dev/src/unity-jar-resolver/source/PlayServicesResolver/src/PlayServicesResolver.cs:1252)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:303)
@stewartmiles
Copy link
Contributor

This is a dupe of #224 are you sure you're using 1.2.115? Did you restart Unity to be sure?

@elblogbruno
Copy link
Author

Yes I downloaded the package from: https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.115/play-services-resolver-1.2.115.0.unitypackage
and imported it.
Then, I reimported the unity project.
image

image

@stewartmiles
Copy link
Contributor

What version of Unity are you using?

What version is displayed when you goto "Assets > Play Services Resolver > Android Resolver > Settings"?

@elblogbruno
Copy link
Author

image

I'm using Unity 2019.3.0a3

@stewartmiles
Copy link
Contributor

Screen Shot 2019-06-06 at 11 21 56 AM

The settings menu should have a version number at the top, `1.2.115`. I recommend deleting the Play Services Resolver entirely from your project and re-importing.

@elblogbruno
Copy link
Author

Doing this fixed my problem! Thanks @stewartmiles!

@googlesamples googlesamples locked and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants