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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -