c# - Xamarin Android: Shared MonoRuntime error -


i developing android app xamarin. tested in through emulator , in test cloud manually when trying run through vsts, getting:

mono shared runtime not supported. can resolved changing project configuration or using release build.

i checked android project file, shared mono runtime turned off.

can tell me cause issue , how resolve it?

i got it.

aot tag in android solution set true. had disable , run on vsts.


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -