#Troubleshooting Common Rect Native Expo errors during development
When I try to build my expo project android apk using expo
expo build:android
it come up with this error messge
Publishing to channel 'default'... Building iOS bundle connect ECONNREFUSED 127.0.0.1:19003
A simple fix is to run
expo start
and then ctrl + C when you see
Opening DevTools in the browser... (press shift-d to disable)
then run
expo build:android
this should fix the problem.
If you find my tips are useful, please support my work :)
Quick Links