Have done development through Visual Studio 2017 Community Edition in C# on Android.
Tried to load my ad for the first time and got an error message - App exited the execution and log showed what is pasted below - can you explain what is wrong?
06-06 00:33:56.718 D/Mono (14493): Assembly Ref addref Xamarin.Android.Support.Design[0x7a38a33980] -> Xamarin.Android.Support.v7.AppCompat[0x7a38a33d80]: 2
06-06 00:33:56.718 D/Mono (14493): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x7a38a33d80] -> Xamarin.Android.Support.Compat[0x7a38a33500]: 3
06-06 00:33:56.719 D/Mono (14493): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x7a38a33d80] -> Java.Interop[0x7a38a3cc80]: 5
06-06 00:33:56.719 D/Mono (14493): Assembly Ref addref Xamarin.Android.Support.Design[0x7a38a33980] -> Java.Interop[0x7a38a3cc80]: 6
06-06 00:33:57.792 D/ConnectivityManager(14493): requestNetwork; CallingUid : 10718, CallingPid : 14493
06-06 00:33:57.884 W/Ads (14493): Update ad debug logging enablement as false
06-06 00:33:58.412 D/libGLESv2(14493): STS_GLApi : DTS, ODTC are not allowed for Package : AIR.AIR
06-06 00:33:58.446 I/zygote64(14493): Do full code cache collection, code=242KB, data=167KB
06-06 00:33:58.459 I/zygote64(14493): After code cache collection, code=239KB, data=132KB
06-06 00:34:02.156 I/Ads (14493): Ad failed to load : 3
06-06 00:34:19.052 W/zygote64(14493): Checksum mismatch for dex base.apk
Thank you.
Uttam