Android Question stuck .bal files

IanMc

Well-Known Member
Licensed User
Longtime User
Hi Basic Androids :)

I have a couple of .bal files in my project which the mistake machine is saying aren't used and also I have a yellow squiggly under my Sub Activity_Create(FirstTime As Boolean) in Main which says the same thing:

upload_2013-8-24_12-41-56.png


But if I delete them from the files folder my project won't compile.

Just as well I used the Recycle bin then ay? :) (let that be a lesson to ya)

Cleaning the files and cleaning the project doesn't help, there are no references to these files in my project that I can see.

Any ideas?

Added:

Ah! figured it out, I first added both files to the project and then when I could see them I removed them and deleted them from the project and that fixed it :)
 
Last edited:
Top