I can not decrease the size of the APK file [duplicate]

-1

I need to generate the APK of my app in Xamarin fForms, but when I mark the "SDK Assenblies Only" linking option to decrease the APK, I take the error "Unexpected Task Failure 'LinkAssemblies'". Unchecking this option I can generate normally, but it gets 40 MB.

Does anyone know the reason for this message or is this not what will cause my APK size to decrease?

    
asked by anonymous 07.07.2017 / 03:03

1 answer

0

I had this problem. I decided to create a new project and "copying" its configuration and then switching to "SDK Assemblies Only".

    
11.07.2017 / 22:34