I'm working on getting the update program working with my app and one of the steps is to find the name of the package by selecting Project, then Package Name, from the drop down menus. When I did that, I noticed the package name was "b4a.example". I started this app from a demo app I downloaded from the site. So, I decided to change the name to something more along the lines of what the app is, "b4a.CustomerTablet". Now, when I run the app, the logs are showing the following message:
Obviously, it's finding the classes, but I'd like it to work correctly. How can I fix this?
B4X:
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.customlistview, trying: b4a.CustomerTablet.customlistview
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.anotherdatepicker, trying: b4a.CustomerTablet.anotherdatepicker
Class not found: b4a.example.customlistview, trying: b4a.CustomerTablet.customlistview
Obviously, it's finding the classes, but I'd like it to work correctly. How can I fix this?