enter image description here
i can’t build apk and I have this error
2
I fixed it, it was because one of my folder had a space and it tryed to run it as a command
Try clean build:
if this fails: in root of project:
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
You can track this issue here: https://github.com/facebook/react-native/issues/28510
Click here to cancel reply.
2
Answers
I fixed it, it was because one of my folder had a space and it tryed to run it as a command
Try clean build:
if this fails: in root of project:
You can track this issue here: https://github.com/facebook/react-native/issues/28510