Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Xamarin Android Debug - How to turn off

$
0
0

Instructions to turn Debug off to create a APK file.
Add this code in AssemblyInfo.cs

if DEBUG

[assembly: Application(Debuggable = true)]

else

[assembly: Application(Debuggable=false)]

endif

But when I upload the APK file I get error


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>