When we register certificate we got below error message. We tried MyScript 2.2 and 2.1 and got same result. What's the reason and how we solve it? Thanks in advance for the reply.
---------------------------------------- Can not register certificate com.myscript.atk.core.EngineError: INVALID_VERSION at com.myscript.atk.core.ATKCoreJNI.Context_getInstance__SWIG_0(Native Method) at com.myscript.atk.core.Context.getInstance(Context.java:39) at com.myscript.atk.math.widget.controller.MathWidgetController.registerCertificate(MathWidgetController.java:275) at com.myscript.atk.math.widget.MathWidget.registerCertificate(MathWidget.java:137)
Best Answer
H
HK Kim
said
over 5 years ago
We came to know that this problem happen when we use new library such as MyScript_ATK-Core-android-component.aar ... without removing old libraries such as libMyScript2D.so .... After removing them, it works!
I am glad you found the solution, please let us know if you have any other question.
Best regards
H
HK Kim
said
over 5 years ago
Answer
We came to know that this problem happen when we use new library such as MyScript_ATK-Core-android-component.aar ... without removing old libraries such as libMyScript2D.so .... After removing them, it works!
HK Kim
Thanks for the assistance.
When we register certificate we got below error message.
We tried MyScript 2.2 and 2.1 and got same result.
What's the reason and how we solve it?
Thanks in advance for the reply.
----------------------------------------
Can not register certificate
com.myscript.atk.core.EngineError: INVALID_VERSION
at com.myscript.atk.core.ATKCoreJNI.Context_getInstance__SWIG_0(Native Method)
at com.myscript.atk.core.Context.getInstance(Context.java:39)
at com.myscript.atk.math.widget.controller.MathWidgetController.registerCertificate(MathWidgetController.java:275)
at com.myscript.atk.math.widget.MathWidget.registerCertificate(MathWidget.java:137)
We came to know that this problem happen when we use new library such as MyScript_ATK-Core-android-component.aar ... without removing old libraries such as libMyScript2D.so ....
After removing them, it works!
- Oldest First
- Popular
- Newest First
Sorted by Newest FirstDeleted Agent
I am glad you found the solution, please let us know if you have any other question.
Best regards
HK Kim
We came to know that this problem happen when we use new library such as MyScript_ATK-Core-android-component.aar ... without removing old libraries such as libMyScript2D.so ....
After removing them, it works!