Hi everyone,
I recently built an Android app using MIT App Inventor, but when I try to run it on my device, all I see is a black screen after launching. The app doesn’t crash, but nothing is displayed.
I have checked my blocks and made sure there are no errors, but I still cannot figure out what’s causing this issue.
Here’s what I have tried so far:
Restarted my device and reinstalled the app.
Tested the app on both an emulator and a real device, but the issue persists.
Made sure that the Screen1.Initialize event is correctly set up.
Checked for large images or assets that might be slowing down the UI.
Could this be related to a missing permission, an issue with multiple screens, or a problem with how components load?
Has anyone else encountered this problem, and how did you fix it?Any help would be greatly appreciated! Thanks in advance!