What's the difference between release and debug builds on Android?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

I really don’t know…

:bust_in_silhouette: Reply From: Calinou

Like on all platforms, release builds have extra optimizations which debug builds don’t have. Therefore, you should deploy your game using release export templates as it will run faster.