Android Question How to get rid of past modules?

cyiwin

Active Member
Licensed User
Longtime User
I used Project --> Remove Module to get rid of modules I no longer use in my program but I get warnings that they are still around. It wouldn't bother me much but it's annoying because rapid debug gives me errors 80% of the time and points to these warnings at Sub Activity_Create(FirstTime As Boolean), the other 20% of the time rapid debug works. Any way to take care of these warnings and see if rapid debug works again?

B4A_Errors.png
 
Top