TL;DR
My project StayingHealthyTogether stopped opening after I deleted Screen2 and attempted to delete a checkpoint version. The checkpoint app still works, but the main app is inaccessible. I suspect corruption in Screen2 or the checkpoint system. Looking for recovery advice or confirmation if this is a known bug.
Hello community,
I’m experiencing a serious issue with my project StayingHealthyTogether in MIT App Inventor. After working with Screen2 and the checkpoint system, the project stopped opening entirely. Here’s the sequence of events:
- I deleted all components from Screen2.
- I attempted to delete the checkpoint version of the project.
- After that, the main project would not open.
During app testing, I noticed the following behavior with the Delete button:
- Entered data (date, time, glucose, notes) → pressed Save → data appeared in ListView.
- Pressed Reset → fields cleared.
- Highlighted an item in ListView → pressed Delete.
- First dialog: “Info, no item selected” → pressed OK.
- Second dialog: “Confirm Delete, delete this reading?” → pressed Yes.
- All content disappeared from ListView, but another “Info, no item selected” dialog appeared immediately.
After this sequence, the project stopped opening and I received the bug report prompt.
Additional observations:
- The checkpoint version is still accessible and working.
- However, the main app (StayingHealthyTogether) remains unable to open.
- When I tried to delete Screen2 in the checkpoint app, I received another bug report.
- As of today, Screen2 in the checkpoint app now shows a background image with a label text, but the main app is still inaccessible.
Could this be a corruption issue with Screen2 or with the checkpoint system itself? Has anyone else experienced similar behavior, and is there a way to recover the main project?
Thank you for any guidance or troubleshooting steps.