#Android Build Hanging (Gave Alt For GitHub Actions)

1 messages · Page 1 of 1 (latest)

keen stream
#

​The Problem: My build is stuck. The logs show the backend reaches "Application startup complete" but then gets killed and restarted (PID flipping). I suspect the orchestrator health-check is failing because my endpoints were behind a router prefix.

​What I've Done:
​Moved health checks to the top-level app object in server.py.
​Fixed missing @expo/config-plugins by mocking it locally (since the container was pruning it).
​Initialized a dummy .git repo to stop the 128 Git Root error.

​Request: Can an admin/engineer check if my build container f2eb2e93-cb99-429a-84b1-353759ff82b5 is zombied or if it will recover now that the health check path is fixed?

tepid turtle
placid tree
#

Hello,

Alternitively you can upload your code to GitHub and have GitHub build your Andorid Application for you instead if it's hanging.

Steps to build with GitHub Actions (Completely Free):

  • Ask the AI agent to create a GitHub Acctions File and place it in the correct location.

  • Once the AI Agent has created the Actions file proceed to upload your code to GitHub and create the repo.

  • Once you have created the Repo your Android Code will be uploaded for you and the Actions file should be automated.

You can find the GitHub actions build uder the Actions Section of the Repo.

Hope this was helpful ?.

Thanks, @placid tree