I Vibe Coded an Android App… Then Lost the One File I Needed to Update It
A few months back, I decided to build an Android app. Not in the traditional way where you plan everything properly, create documentation, set up the project structure, think about deployment, backups, security, and all those boring but important things. I basically vibe coded it . I had an idea, opened my laptop, started giving prompts to AI, copied some code, fixed errors, added features one by one and somehow ended up with a working Android app. And the funny thing is — it actually worked pretty well. I tested it, generated the .aab file, uploaded it to Google Play Console and published the app. At that time I was mostly thinking: “Great. App is live. Done.” I wasn't thinking about what would happen three months later when I wanted to release an update. And that is exactly where the fun started. The Update That Should Have Taken 10 Minutes Recently I made some improvements to the app. Nothing massive. A few UI changes, some bug fixes and some features I wanted to add. The new ...