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
Post a Comment