Hi!
I was trying to find a solution about using API 29 and making a build, everytime stuck in Scene0
I was found some thread en github, that suggest you to move back to API 28, then play services resolver is working, you can close Unity, open again, and then move to API 29 and do a Build: Works!
But every time you close Unity with API 29 and restart unity, you got this error in console:
Stopped polling job due to exception: System.NullReferenceException: Object reference not set to an instance of an object
at GooglePlayServices.UnityCompat.VersionFromAndroidSDKVersionsEnum (System.String enumName, System.String fallbackPrefKey, System.Int32 fallbackValue) [0x00000] in /Users/
And build stuck at scene 0
Swith to API 28, restart Unity, switch to api 29 and you can do a build again.
Is the problem the version of Play services resolver?
I can reproduce this bug with an empty project and any sdk that uses play services like ads.
I was having this problem and it was caused by the Play Services Resolver that I had imported. The Play Services Resolver I was using comes with the Facebook SDK.
For me it importing only External Dependency Manager was not enough, I had to reimport whole Play Games Plugin For Unity and it seems like it’s working now. But thanks for the tip anyway.