I'm using a package (Kinvey Android) that requires Google Play Services 25 (all of them).
This results in hundreds of errors like "Resource.designer.cs(141,141): Error CS0117: LineLocatePOC.Droid.Resource.Drawable' does not contain a definition for
common_signin_btn_text_disabled_focus_light'"
My Target framework is 6.0 (23) and my Target Version is 23. Forms is 2.0.0.6490
I've tried all the various suggestions I've found about resolving similar issues, but am stuck.
Suggestions?