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.
2 Likes
The easiest way to do it type flutter build apk
from the terminal, it should display the path to the output of the apk. From there download the file