When using cling in the Android operating system, I found the following problems:
1 error: ValueExtractionSynthesizer could not find: ‘cling namespace’.The value of the returned cling::Value is also wrong.
2 当我调用cling::Interpreter::declare的函数时,会导致程序崩溃。得到Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR)的异常。
What might be the cause?
Can cling be used under Android? How to use it correctly?

