OneWhistle / whistle-xamarin

Whistle Xamarin project
0 stars 0 forks source link

How can we reduce the APK size ? #12

Open talanta opened 10 years ago

talanta commented 10 years ago

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/

talanta commented 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.