我无法运行我的React Native项目,它显示以下错误

    Failed to capture snapshot of input files for task ':app:transformClassesWithDexBuilderForDebug' property '$1' during up-to-date check.
    Failed to create MD5 hash for file 'C:\Users\ALL\.gradle\caches\modules-2\files-2.1\com.facebook.infer.annotation\infer-annotation\0.11.2\f514ff4ca022a579d9cf7524846988b646ae4491\infer-annotation-0.11.2.jar'.

最佳答案

您可以尝试删除node_modules文件夹并重新运行npm install

要么

删除后运行文件

./gradlew assembleRelease

09-19 20:13