Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安卓端打包失败 #1225

Closed
wandiao opened this issue Nov 23, 2018 · 5 comments
Closed

安卓端打包失败 #1225

wandiao opened this issue Nov 23, 2018 · 5 comments
Assignees

Comments

@wandiao
Copy link

wandiao commented Nov 23, 2018

问题描述
打包的app应用报错

复现步骤
执行taro init myApp生成项目
cd myApp
npm run dev:rn 启动成功,模拟器正常访问
cd .rn_temp
修改app.json

{
  "expo": {
    "name": "myApp",
    "description": "A very interesting project.",
    "slug": "myApp",
    "privacy": "public",
    "sdkVersion": "27.0.0",
    "platforms": ["ios", "android"],
    "version": "1.0.0",
    "orientation": "portrait",
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "bundleIdentifier": "com.jkal.myApp"
    },
    "android": {
      "package": "com.jkal.myApp"
    }
  }
}

执行exp build:android成功打包
下载apk安装
打开 报错
screenshot_2018-11-23-15-43-31-340_com jkal www

系统信息

  • 操作系统: mac10.14
  • Taro 版本 1.1.8
  • Node.js 版本 v11.1.0
  • 报错平台 [rn]
@taro-bot
Copy link

taro-bot bot commented Nov 23, 2018

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@taro-bot
Copy link

taro-bot bot commented Nov 23, 2018

CC @Manjiz

@Pines-Cheng
Copy link
Contributor

已重现,正在排查。

@Manjiz
Copy link
Contributor

Manjiz commented Nov 29, 2018

已锁定问题,正在处理

@wandiao
Copy link
Author

wandiao commented Dec 4, 2018

@Manjiz @Pines-Cheng 可以了,nice啊!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants