Hello. I added an SFAutoComplete control in my xamarin forms project. The control is working well in UWP. In Android I have the following exception:
[...] java.lang.ClassNotFoundException: Didn't find class "android.view.adaptive-icon" on path: DexPathList [...]
The exception is thrown just after typing a letter matching a result in the datasource; I mean, exception is thrown just before the "result popup" is shown; so I think that is something relating to the drawing of the popup showing the result of typed letters.
Your sample works good running on the same developing maching and I cannot see any difference between my project and yours. Could you please point me to the right way to discover why this exception is happening?
Thank you in advance, regards.