How to build Expo APK local(如何在本地构建 Expo APK)
问题描述
是否可以在本地构建 expo 应用的 APK?
Is it possible to build the APK of an expo app locally?
文档说:
如果您之前没有使用过 exp,您需要做的第一件事是使用 exp login
登录您的 Expo 帐户.
If you haven’t used exp before, the first thing you’ll need to do is login with your Expo account using
exp login
.
我试过 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在本地构建 Expo APK


基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01