Check that your linking isn't set up incorrectly if it adds 9MB to your app. That or you are using every single bit of .net.
I have tried many many things to reduce the size. I am using VS2013 and on my release build Linking is set to Sdk Assemblies only. I have even removed armeabi and x86 which dropped the size about 4mb. I am not using Shared Runtime, as that somehow increases my size again
A file new project with those settings spits out a 3.4mb application.
Also, I noticed now that after today's update they have debugging options under packaging. You can enable/disable developer instrumentation. Wonder if that'll effect size (it didn't).
Last edited: