问题
I am trying to integrate facebook login in react-native. I used this documentation React Native FDSK, I am getting this error
回答1:
When you are inside your project directory try using
cd android && gradlew clean && cd .. && react-native run-android
回答2:
@user3499413 you are right but you forgot && between clean and cd
cd android && gradlew clean && cd .. && react-native run-android
回答3:
Try keeping the solution folder locally (something like D:/MyProject ) ,Since if you keep your solution/project deeply nested within folder it may cause longer path issue.
then , try running 1. npm install 2. react-native run-android
probably this should resolve the issue.
来源:https://stackoverflow.com/questions/42642253/failed-to-create-directory-project-android-app-build-intermediates-res-merged-d