Hello MIT App Inventor Team,
I am facing a build issue in my project. The app is unable to compile, and I consistently receive a "CreateManifest Task errored" message during the build process.
Details of the issue:
- Platform: MIT App Inventor (ai2.appinventor.mit.edu)
- Device: Android (mobile browser)
- Build Type: APK
- Error Stage: CreateManifest
Error Log (important part):
"Writing screen 'appinventor.ai_avulavarunkumarnaidu.Tech_withvarun.Terminal'
Task errored"
Problem Description:
Earlier, my project had multiple screens including "Terminal" and "Voice". I have deleted these screens from the project, but during the build process, App Inventor is still trying to access the deleted "Terminal" screen. This results in a compilation failure.
Steps I already tried:
- Deleted unused screens (Terminal and Voice)
- Checked and removed blocks referencing those screens
- Cleaned media/assets
- Renamed project
- Reloaded the project
- Tried rebuilding multiple times
Expected Behavior:
The project should compile successfully after removing unused screens.
Actual Behavior:
Build fails with CreateManifest error referencing a deleted screen.
Request:
Please help identify and resolve this issue or guide me on how to completely remove hidden references to deleted screens.
Thank you for your support.
Regards,
[Avula varun kumar naidu]