I have this very simple application with one simple Activity that on start downloads a file from a server. That's it. Nothing more. Yet when I export this application from Android Studio, the apk size is 1.1 MB, and when I export it from IntelliJ IDEA, it becomes as small as 40 KB. That's a HUGE difference.
What might be wrong here? Everything is in default mode, just the IDE differs here.