I know that the size of a simple app like Hello World is less than 10 Kb as it is in here https://play.google.com/store/apps/details?id=com.helloworld.android&hl=en
But when I try to generate the APK as soon as the project is created, it shows that the app is more than 500 Kb or so. I know that setting the minify option to true in the build.gradle, you can decrease the size of the app and when I try that in android studio, the size still is huge compared to what it should be. Also, Could anyone tell me what the size of the Hello World APK in their(your) eclipse is?
Thank you.