Android Question Main.bas - what is it?

ValDog

Active Member
Licensed User
Longtime User
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.

Should I be concerned?
 

ValDog

Active Member
Licensed User
Longtime User
*.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.

Main.bas did not disappear.
 
Upvote 0

ValDog

Active Member
Licensed User
Longtime User
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.

It was not in the IDE Files tab - only "Main.bal" was there. I've deleted "Main.bas".
 
Upvote 0
Top