React-Native无法编译为在Android测试驱动程序上发布

时间:2019-05-17 16:04:42

标签: android react-native glog

我听不懂,但是几天之后,我无法再在Android上编译我的应用了。

我检查了很多关于它的帖子:

https://github.com/facebook/react-native/issues/14464

https://github.com/facebook/react-native/issues/14417

他们都说:

unlink node_modules/react-native/third-party/glog-0.3.4/test-driver

但是我的文件夹中没有任何测试驱动程序,因此我从官方网站下载了glog-0.3.4。他们有一个链接到test-driver的{​​{1}},似乎也没有在我的Mac上。

我无法编译了,我被这个错误所困扰:

/usr/share/automake-1.14/test-driver

反应本机信息

* What went wrong:
Failed to capture snapshot of input files for task ':app:bundleReleaseJsAndAssets' property '$1' during up-to-date check.
> Could not list contents of '/Users/xxx/Documents/ReactJS/xxx/third-party/glog-0.3.4/test-driver'. Couldn't follow symbolic link.

有人知道吗?

1 个答案:

答案 0 :(得分:0)

实际上解决的问题是:

unlink third-party/glog-0.3.4/test-driver

由于某些原因,它不在同一个文件夹中,但此后可以正常工作。