Hi,
We have an issue while trying to build our app to a ready-to-distribute package (Distribute - Android app store). The dev package works pretty well on device but it trows the following error at run-time with the distribute package :
Error while executing app://common/functions.js: null java.lang.StackOverFlowError at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435) at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435) at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435) at org.mozilla.javascript.NodeTransformer.transformCompilationUnit_r(NodeTransformer.java:435) ...What can we do ? it's unbelievable !
1 Answer
the error comes from the definition of an md5 function that may be already defined in the framework
Your Answer
Think you can help? Login to answer this question!