I am a bit confused. To make a long story short I've discovered that my application seems to function just fine without the Main.bas file. The file I see in the IDE seems to actually be stored in my <app>.b4a file. The Main.bas file I had in my directory, when viewed with a text viewer, has no resemblance to the code I see in the Main module in the IDE.
*.bas files are module files.
If you have no code module in your project you could remove it.
I'd suggest you to first click in the Tools menu on:
Clean Files folder (unused files)
Clean Project
and look if Main.bas disappears.
*.bas files are module files.
If you have no code module in your project you could remove it.
I'd suggest you to first click in the Tools menu on:
Clean Files folder (unused files)
Clean Project
and look if Main.bas disappears.
Do you have it in the IDE Files Tab ?
If yes, select it and click the Remove button.
To the question Do you want to remove these file(s) from the 'Files' folder answer yes.
Do you have it in the IDE Files Tab ?
If yes, select it and click the Remove button.
To the question Do you want to remove these file(s) from the 'Files' folder answer yes.