I am attempting to build a cross-platform utility app using the commonJS approach. I've had issues with SDK versions, and am currently using 1.80.
Although everything is working fine on IoS, I'm having some major issues on Android and can't even use the debugger in a stable manner to deduce the problem.
All I come up with isa the following error message on attempting to require the first function from a different file:
[ERROR] ReferenceError: "exports" is not defined. (file:///android_asset/Resources/js/lib/xmlList.js|)
Any advice would be extremely helpful...