无法编译React Native Android APK,在bundleReleaseJsAndAssets / metro-bundler上失败

时间:2017-10-26 20:50:25

标签: android react-native

我在Android上编译时遇到以下错误,无论是从命令行还是通过Android Studio:

* Exception is:
org.gradle.api.UncheckedIOException: Failed to capture snapshot of input files for task 'bundleReleaseJsAndAssets' during up-to-date check 

Caused by: java.io.FileNotFoundException: /Users/mikem/react/myapp/metro-bundler-symbolicate117923-49160-k3nnyf.htls935wmi.sock (Operation not supported on socket)

我已清除node_module并重置缓存,手动生成捆绑包但此错误仍在继续。

任何帮助都将不胜感激。

1 个答案:

答案 0 :(得分:0)

如果有其他人遇到这种情况 - 链接metro-bundler-symbolicate117923-49160-k3nnyf.htls935wmi.sock确实存在于该目录中但拥有root所有者(可能是在我尝试修复其他问题时引起的)。删除链接解决了问题。