wuba / taro-playground

The Taro Playground App is a cross-platform application developed using Taro, to help developers develop and debug Taro applications.
https://wuba.github.io/taro-playground/
Apache License 2.0
246 stars 51 forks source link

taro-playground-1.4.8在11月4日rn官方bug之后发布Android失败 #80

Closed qq33923881 closed 1 year ago

qq33923881 commented 1 year ago

相关平台 React Native

使用框架 React

环境信息 windows7 jdk8 gradle6.9 nodejs: v12.22.11 taro: v3.4.10

复现步骤 下载并解压 taro-playground-1.4.8 yarn upgradePeerdeps yarn build:rn --platform android cd android gradlew assembleRelease

结果 发布apk失败(如下)

FAILURE: Build failed with an exception.

尝试解决 删除node_modules 修改 package.json的 "react-native": "0.67.5", yarn upgradePeerdeps yarn build:rn --platform android cd android gradlew assembleRelease 结果还是发布失败

zhiqingchen commented 1 year ago

升级 react native + expo 小版本 + https://github.com/facebook/react-native/issues/35210#issuecomment-1304536693