Deploy flutter app on a real android device

Hi, can i deploy an app toba real android device without the emulatore?

From what I know, I don’t think so. I suppose you can go the long route and upload your project onto git, then build artifact that you can use? It would be nice if IDX allow us to access adb through IDX like how the Android Flash Tool can use ADB (I assume), despite being a web app.

You can use Firebase App Distribution, I believe. The firebase CLI is preinstalled, so you can start from there.

1 Like