xamarin / Workbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android workbook crashes when attempting to set `OutlineProvider` on View

Cheesebaron opened this issue · comments

Say you create a workbook trying to set an OutlineProvider on a View:

var view = new View(activity)
{
    OutlineProvider = myProvider
};

If you do so the App will crash. Probably because the API level is too low on the compiled result?

The Android agent also complains about being compiled for an older version of Android than trying to run on.