EGL1836E Could not assign the stack element to Any type.

Explanation

A function with a return type Any was called from a native library. An error occurred while assigning a value that was returned by the function to the Any.

User Response

Check the function code to make sure the return type Any is valid.


Feedback