Android build with error ESOCKETTIMEDOUT

Hi all,

I am doing a build android as usual with the following command:
expo build:android -t app-bundle

I do not have any issues in the past but today the build is failing.
I have the following error from Expo:

▼confirming that dynamic macros exist
/app/turtle/workingdir/android/sdk34/tools-public /app/turtle/workingdir/android/sdk34/android/app
/app/turtle/workingdir/android/sdk34/android/app

Error: ESOCKETTIMEDOUT
at ClientRequest. (/app/turtle/node_modules/request/request.js:816:19)
at Object.onceWrapper (events.js:313:30)
at emitNone (events.js:106:13)
at ClientRequest.emit (events.js:208:7)
at TLSSocket.emitTimeout (_http_client.js:707:34)
at Object.onceWrapper (events.js:313:30)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket.Socket._onTimeout (net.js:422:8)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5)

Is this error from me ? Or from the expo build server ?

Thanks a lot for your help
Regards

Hey @development-nalysa,

It may have been a transient issue, were you able to build your .apk since posting?

Cheers,
Adam

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