Generate APK with Android Studio

I have ejected my project. Then why I need to start the expo server each time?
I have generated apk using Android Studio but still, without starting server, it is not working. How I can share apk with the client to test the app?

Hey @kt10,

If you’re building release variants, it should be fetching your bundle from the CDN. You’ll want to make sure you’ve run expo publish to ensure there is a JS bundle to be fetched.

Cheers,
Adam