monodroid: System.NullReferenceException in aresgen.exe
Just in case anyone else gets this uninformative error on their monodroid packaging, I got mine when I included an ImageView in my layout and this highlighted two problems. 1. I got the useless message because I hadn’t created an AndroidManifest.xml file, new projects don’t have them by default, so right-click on the project, go [...]
