由于react-native.aar问题,React本机项目Android构建失败

时间:2019-04-02 16:43:58

标签: android react-native

我要为Android构建的React Native项目遇到了一些麻烦。 (对我来说,我是Android和RN的新手。)

当我尝试运行Gradle同步时,react-native run-android或致电./gradlew installDebug-我遇到类似以下的问题:

Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Failed to transform file 'react-native-0.58.0.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform
   > java.util.zip.ZipException: invalid literal/length code

我已经通过npm install安装了我的RN依赖项,并通过全局安装的RN CLI调用了react-native run-android。谷歌搜索没有太大帮助。

我可以确认文件⁨node_modules⁩/react-native⁩/⁨android⁩/com⁩/facebook⁩/react⁩/react-native⁩/0.58.0⁩.aar确实存在。

有人知道这可能是什么问题吗?很高兴提供我的本地配置的更多详细信息。

0 个答案:

没有答案