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? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -