How to build android?

hello

i’m on windows 10 using expo to test my react-native code.
It work good when using expo mobile app. Now i want to create an apk and test it.

i open my console,

npm install -g exp
exp login
exp start

last text i get on the console :

[exp] Expo is ready.
[exp] You can scan this QR code:
[exp] Your URL is
exp://195.221.175.2:19000
[exp] Logs for your project will appear below. Press Ctrl+C to exit.
[exp] Dependency graph loaded.

if i flash the QR code with the phone it work.
but i want to create an APK.

i try to enter “exp build:android” on the same console but not working.

[exp] … log from my app
exp build:android

i open an other console and go to the same dir and run the same command

[exp] Checking if current build exists…

[exp] No currently active or previous builds for this project.
[exp] Starting build process…
[exp] Publishing…
[exp] Building iOS bundle
[exp] Building Android bundle
[exp] Analyzing assets
[exp] Uploading assets
[exp] No assets changed, skipped.
[exp] Uploading JavaScript bundles
[exp] Published
[exp] Your URL is
jobs on Expo
[exp] Building…
[exp] Build started, it may take a few minutes to complete.
[exp] Build ID: c89befde-f112-4bd0-a1bd-b7f220ce4875
[exp] Run exp build:status to monitor it.

so i run exp build:status

[exp] Checking if current build exists…
[exp] ============
[exp] Build Status
[exp] ============
[exp] Android: Build in progress…

nothing happen after 15 min at least, no hard drive or cpu activity more than usually, i checked progress a lot

what i’m missing ?
thanks

so after more try and wait i get the link … oups

is there a way to make this faster ?