Android Question IDE Problem?

ValDog

Active Member
Licensed User
Longtime User
Don't know what is going on, but I'm experiencing some really strange stuff. I'm finding that when I compile and run (Debug & Release mode) I am getting errors on code lines that have been commented out and/or deleted. It is as if the code is still there. Is there some sort of "refresh" that needs to be performed?
 

f0raster0

Well-Known Member
Licensed User
Longtime User
try clean before compile. (CRT+P if I remember right)
 
Upvote 0

ValDog

Active Member
Licensed User
Longtime User
Thanks for your feedback. For the moment, at least, the problem cleared up - not sure exactly why - I tried a few things, like shutting down all instances of the IDE - and the bridge, etc. Erel, the multiple instances issue I'd asked about previously was just operator error - or maybe stupidity - LOL. I've not been working with B4A in a few years - most recently spending a lot of time developing under C# - so, trying to get re-familiarized with this IDE...
 
Upvote 0

ValDog

Active Member
Licensed User
Longtime User
Started seeing this same issue again, and finally realized that what I was seeing was My Log was not clearing. I'd been debugging using the B4A Bridge - finally found posts discussing the fact that the Log on the Android device could not be readily/automatically cleared. So, I've now switched to USB debugging to avoid this.
 
Upvote 0

Similar Threads

Top