I am using the XOM lib from this thread https://www.b4x.com/android/forum/threads/lib-xom.23551/#content. It works as intended in both debug and release mode, however when i try to compile through "Build Standalone Package", i get 2 errors as shown in the pic. I'm pretty sure i need to add some dependency on #AdditionalJar or #PackagerProperty, though whatever i've tried did not work. I also provide a sample project. Thanks in advance.
I am using the XOM lib from this thread https://www.b4x.com/android/forum/threads/lib-xom.23551/#content. It works as intended in both debug and release mode, however when i try to compile through "Build Standalone Package", i get 2 errors as shown in the pic. I'm pretty sure i need to add some dependency on #AdditionalJar or #PackagerProperty, though whatever i've tried did not work. I also provide a sample project. Thanks in advance. View attachment 150749
I'm not familiar with this library but unless you are parsing something very special, it will be easier to parse with Xml2Map. And it will fix this error.
I'm not familiar with this library but unless you are parsing something very special, it will be easier to parse with Xml2Map. And it will fix this error.