+ 2
Why sketchware hello world app size is too small.
Why sketchware hello world app size is too small as compare to hello world app that made from Android Studio. I was seen app size of hello world app from sketchware is Only 25 KB and android studio app size 1.20MB.
9 Antworten
+ 2
Because you are running debug(test) I.e ( connecting your laptop with ur phone and run the app or to the emulator directly )to get smaller size you need to go to -> build -> generate signed apk -> apk -> "create your own key" then build the app finally transfer the file to your emulator or phone then install it
+ 3
I have not used Android Studio, but I am aware that there is a 'minify' feature that is disabled by default. Have you tried enabling minify?
+ 2
It might be revealing to look at the text strings within the executables. If you have a linux pc or termux installed on your phone, you can use the strings command to reveal only ASCII strings. (E.g., if your executable file name is a.out, on the command line type: strings a.out).
+ 1
Ananaya Jemberu OK I will try.
Thank You.
+ 1
Good luck 👍 it worked for me
+ 1
Some times you may get error while building the app so just copy paste the error in Google that way you could solve the problem
0
Yes, I tried this tool but still not less than 1 MB
0
Ananaya Jemberu Ok 👍
0
Ananaya Jemberu Yes