【发布时间】:2017-05-12 11:48:08
【问题描述】:
我正在尝试通过运行命令为我的 react native android 应用程序生成一个 apk 文件
cd android && ./gradlew assembleRelease
但我收到以下错误
FAILURE: Build failed with an exception.
* What went wrong:
Could not list contents of '/Users/roman/Documents/Coding/Quotes/default.realm.note'.
【问题讨论】:
-
似乎这个问题在这里有一个讨论:github.com/facebook/react-native/issues/2743 - 向下滚动一点。
-
我尝试了所有可能的修复方法,但似乎都没有效果
标签: android react-native realm