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
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
