Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Xamarin.Google.Android.Places (android 9) stop working after switch to d8/r8 and androidx migration.

$
0
0

I recently upgraded my xamarin android solution to android x along with (d8/r8) compiler/shrinker and now autocomplete is not working. The error is "Can't load search results. Try again". Can someone help me? Am I missing a linker of some sort?

 var intent = new Autocomplete.IntentBuilder(AutocompleteActivityMode.Overlay, places)
            .SetCountry("US")
            .SetLocationRestriction(locationBias)
            .Build(this);

        StartActivityForResult(intent, AutocompleteRequestCode);

Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>