I added two of Erel's modules... KeyValueStore and CustomListView... CustomListView is in use, KeyValueStore isn't at the moment (it's early lol).
Everything was working fine and no errors in the log as it ran.... Then I changed the Package name, and now I get the error:
Class not found: b4a.example.customlistview, trying: com.twodogapps.gaa.customlistview
Class not found: b4a.example.customlistview, trying: com.twodogapps.gaa.customlistview
(It appears twice because I'm creating two in one activity.)
It's correct in that that's what I changed the Package Name to (from b4a.example). The app's running and compiling fine, but I want to get rid of the error on the console.
I tried syncing the file... that didn't work... I tried removing the CustomListView.bas file and reloading it... but the error persists.
How can I get rid of the error???