Skip to content Skip to sidebar Skip to footer

React Native Can't Build Apk File

I have successfully build react-native app folder according to this http://facebook.github.io/react-native/docs/getting-started documentation But, when I am running react-native ru

Solution 1:

I have resolved this problem by deleting the cache of .gradle folder. The path is C:\Users\DE\.gradle\caches . After that, apps are building.

Solution 2:

I had the same problem. I tried going to the application directory the second one with cmd and running "react-native start". This solved my problem.

Post a Comment for "React Native Can't Build Apk File"