0
I’m using the latest version of Visual Studio Community 2017, and when I get the apk, the same is getting the size 90 mega. I have already made several modifications and I did not get results. It is a simple project with few classes and features, maximum 10 pages.
I already followed the tutorial of the official website and still could not solve...
NOTE: In previous versions of Visual Studio, just changing the configuration Linking for SQK Assemblies Only my APK greatly reduced, and in the newer version it gets the same size by changing this setting.
Below are some images showing my project settings.
Thank you very much...
Project setup.
File size
References of the project
You have images in your app?
– perozzo
I have...but I started a project and I put the same code with the images and I managed to generate the release... but after inserting Theme light it stopped generating release... I already updated the visualstudio and still the error... I saw a lot of people...
– João Paulo
Getting back to the problem of apk size, this may be related to the amount of images in your app. Do you have many images? And the size of each image on average?
– perozzo
It was solved .... There were not many images, and they were not heavy. The problem was solved after some updates of Visual Studio... Thank you all for your answers...
– João Paulo