I had to change the package name of app after finishing a project. Now the compiled app generates an error during runtime
The portion com.app.test is my old package name. The new name is com.app.synergy but apparently the app still looks for the old name for classes. channeltype is a custom type I defined.
I tried Tools -> Clean Project. I even created a new project with new package name and tried copying all the modules (bas files) manually from B4A to B4A but surprisingly I am still getting the error. And I didn't use Designer at all. All UI is generated via code.
Please help.
B4X:
java.lang.ClassNotFoundException: com.app.test.main$_channeltype
The portion com.app.test is my old package name. The new name is com.app.synergy but apparently the app still looks for the old name for classes. channeltype is a custom type I defined.
I tried Tools -> Clean Project. I even created a new project with new package name and tried copying all the modules (bas files) manually from B4A to B4A but surprisingly I am still getting the error. And I didn't use Designer at all. All UI is generated via code.
Please help.