问题描述
是否可以在本地构建 expo 应用的 APK?
Is it possible to build the APK of an expo app locally?
文档说:
如果您之前没有使用过 exp,您需要做的第一件事是使用 exp login
登录您的 Expo 帐户.
我试过 exp start
, exp build:android
但这些命令需要登录.
I tried exp start
, exp build:android
but the commands require a login.
我不想使用 expo 服务器构建 APK.有没有办法在本地运行这个构建?所以不需要登录和推送源代码?
I don't want to build the APK using expo server. Is there a way to run this build locally? So no login and push of source code required?
如果没有,我可以查看生成的APK的完整源代码吗?
If not, can I view the whole source code of the generated APK?
推荐答案
新来的派对,所以猜测这在发布时不可用 - 在本地构建 expo 应用程序的说明:在您的 CI 上构建独立应用程序
New to the party, so guessing this wasn't available at the time of the post - Instructions for building expo apps locally:Building Standalone Apps on Your CI
这篇关于如何在本地构建 Expo APK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!