Open talanta opened 10 years ago
This issue is related to the xamarin Linker. Look at the csproj, you could find the following property:
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
With this setup we end with a 11mb APK, with is limit reasonnable. To have a better "compression" we want to the value Full
, but all the linking should be explicitly define in the LinkerPleaseInclude class.
Will update this later. http://developer.xamarin.com/guides/android/advanced_topics/linking/ http://stackoverflow.com/questions/23581846/xamarin-linker-default-constructor-not-found-for-type-cirrious-crosscore-ioc-m http://developer.xamarin.com/guides/ios/advanced_topics/linker/