Hello,
I already used xCustomListView (XUI Version 1.90) in my project.
Now I also add Library (XUI Views Version 1.87) to use B4XDialog.
After I run my app, it show error:
(RuntimeException) java.lang.RuntimeException: Field mylistview was declared with the wrong type.
I found that both libraries use same variable xui. I think these XUI libraries are not compatable.
Can I use these two library in the same project?
How can I fix it?
Thanks
I already used xCustomListView (XUI Version 1.90) in my project.
Now I also add Library (XUI Views Version 1.87) to use B4XDialog.
After I run my app, it show error:
(RuntimeException) java.lang.RuntimeException: Field mylistview was declared with the wrong type.
I found that both libraries use same variable xui. I think these XUI libraries are not compatable.
B4X:
Sub Process_Globals
Private xui As XUI
End Sub
Can I use these two library in the same project?
How can I fix it?
Thanks