I am using MIT App Inventor on the WEB
This is the only error it is showing.
I doesn't show any issues in my blocks editor.
It was working fine until I added a .gif to a separate
screen. After this it started to tell me it can't build the apk. I did remove the changes I made, but still have the same issue.
The current apk I have is about 4mb
Currently there is only 3 screens in the app, as I understand you are limited at 10
There is 1 screen with code on it, not being used, but there is no errors in the blocks and the last apk dit work with it
A guess is that the entire second screen could be preventing compilation (even after you remove the gif).
I would
make a copy of your app; delete the additional screen and try running the app. What happens?
check your Screen1.Initialization Blocks to see if anything there references the gif or other screen. gif's are currently only supported in the WebViewer. I would also remove the gif from your Media.
did you create a custom icon? For the moment, revert back to the default app icon. One of the largest mistakes developers make that prevents the app from compiling is improperly changing the custom icon.
if the app still refuses to compile, suggest you provide an image capture of your blocks. Your error capture is 'helpful', unfortunately some error messages do not provide specific information about an issue. Usually debugging these kinds of issues is a matter of loading a previous aia of the Project and working with it.
I have done the following:
1-Removed all additional Screens
2-Removed all block coding there is (even on Screen1)
-I did not remove the screen components though
3-I removed the icon file
4-Removed all media files
I did went back to a previous checkpoint before any changes made. This works. I think it had something to do with the .gif. Because I only added a image component and added the .gif into it.
I appreciate all your help and suggestions.
If you can maybe help with Firebase Auth ext that will be great. I have managed to do the create part but struggling with the login side on the app.