我要为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确实存在。
有人知道这可能是什么问题吗?很高兴提供我的本地配置的更多详细信息。