We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者您好,我在安卓环境下使用Aviator的内置函数执行异常,代码如下: String expression = "math.sqrt(4)"; Object res = AviatorEvaluator.execute(expression); 产生了如下异常: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}: com.googlecode.aviator.exception.CompileExpressionErrorException: define class error 请问这个问题现在有办法解决吗
String expression = "math.sqrt(4)"; Object res = AviatorEvaluator.execute(expression);
The text was updated successfully, but these errors were encountered:
android 还是不支持。
Sorry, something went wrong.
已支持解释模式,发布了 5.3.0-beta 版本,欢迎测试 https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.0-beta
例子 https://github.com/killme2008/aviatorscript/blob/master/src/test/java/com/googlecode/aviator/example/InterpreterExample.java 文档 https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx
No branches or pull requests
作者您好,我在安卓环境下使用Aviator的内置函数执行异常,代码如下:
String expression = "math.sqrt(4)"; Object res = AviatorEvaluator.execute(expression);
产生了如下异常:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}: com.googlecode.aviator.exception.CompileExpressionErrorException: define class error
请问这个问题现在有办法解决吗
The text was updated successfully, but these errors were encountered: