Hi there!
I build my application for Android using Ctrl+B command.
But, the .apk size is 7 mb. My images does not reach even 1mb, and my 11 lua files, the same.
Why my application is too big? I descompress the apk and I found facebook images that I dont put in my game.
How can I delete this thing that i havent put?
Goodbye!
PD; Sorry with my bad english 
Hello @enekosampedro,
Corona doesnât create apps from native code, so a very basic âtestâ app will not be much smaller than a 1000 line program. Every compiled app has a number of built-in functions and libraries that are included. This means that the increased size of larger projects is determined by the required plugins, plus the assets used (images, audio files, etc.).
Sincerely,
Brent Sorrentino
Hello @enekosampedro,
Corona doesnât create apps from native code, so a very basic âtestâ app will not be much smaller than a 1000 line program. Every compiled app has a number of built-in functions and libraries that are included. This means that the increased size of larger projects is determined by the required plugins, plus the assets used (images, audio files, etc.).
Sincerely,
Brent Sorrentino