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
基础教程推荐
- 如何从 logcat 中删除旧数据? 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- iOS4 创建后台定时器 2022-01-01
