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
Instructions to turn Debug off to create a APK file.
Add this code in AssemblyInfo.cs
[assembly: Application(Debuggable = true)]
[assembly: Application(Debuggable=false)]
But when I upload the APK file I get error