debug apk generation after ejecting with expo kit not working

hey,
i ejected my RN project and generated a debug apk using react-native run-android and in the builds folder i got a debug apk generated , and i even added the API key and OAuth Client, and its perfectly running in Android emulator.
now my doubt is how to rebuild the project? to generate the apk file,
in the expo documentation, its clearly mentioned how to generate a signed apk after adding the API keys and OAuth Client ID but for this Expo detach , no proper documentation is given.
help needed.
thank you in advance.

At this point it’s basically like a normal Android project – you would use Android Studio to build a .apk file. Also it seems like if react-native run-android is working you could just rerun that command?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.