我完全使用Code Push与iOS一起工作。但在为Android设置Code Push帐户并设置Android Studio后,我在运行时收到以下错误:react-native run-android
* What went wrong:
Execution failed for task ':react-native-code-push:processReleaseResources'.
> at index 4
我正在使用版本
"react-native": "0.35.0",
"react-native-code-push": "^1.15.0-beta",
Android Studio设置完全包含说明here。
似乎没有其他人遇到此错误。
我的所有代码都在这里:https://github.com/Laybium/laybium
同样对于我根据这些instructions编辑的MainApplication.java
文件,/node_modules
文件夹中的文件似乎很奇怪。我是否需要复制根文件夹中的文件或iOS中的某个地方?