Why does Corona SDK use Build Servers for Android?

Still can’t build android without internet

Just tried this with 2020.3599.

It seems to be a keystore control issue. Without an internet connection, simulator is asking for keystore password and can’t validate this password even if it’s correct.

Opened up an issue on GitHub. Please contribute: https://github.com/coronalabs/corona/issues/96

1 Like

@JN12 case is closed with an answer from Vlad:

Sorry. Android build system (as one of the Google, not ours), require internet connection. It downloads various parts of the build pipeline, like android plugin for gradle all the time.

Source:

2 Likes

I see, this is my first time seeing that, as other game engines I’ve used managed to do it, but I guess I’ll leave the topic here