I have an app project on Android which is almost 100Mb in size. The same project for iOS is only 2.3Mb in size. As you can see this is a HUGE size difference. So I would like to know what is causing an android project to be so large? There was a time when it was smaller and all of a sudden I started realizing that it takes longer to upload the files to my backup server and when I looked at the size I noticed why.
It is not a very complex app, only has about 12 Activities. I checked the size of the drawable folders and they are not even 1Mb. So what is so large? Is there anything in the project that gets left when the APK is created or will this be the size roughly when I want to publish the app?
Hoping someone could shed some light so I can learn, I am more of a swift developer than android, so this is really weird to me. Also, it seems with every update that Android Studio does, my app size increases. How is this possible?