Android build apk in detached project, Java compiler error

After 10m tasks running, I got a Java compiler error:
Caused by: java.net.ConnectException: Connection refused (Connection refused)

Hey @yuyicman,

That error is thrown when there is nothing listening on the IP/port you are trying to connect to. If you are building a debug version, can you make sure you are serving your JS bundle with expo start or if you are building a release version, make sure you have published your JS bundle via expo publish.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.