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
about 4 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!
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!
D
Deleted Agent
said
about 4 years ago
I am glad you found the solution, please let us know if you have any other question.
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 Oldest FirstHK 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!
Deleted Agent
I am glad you found the solution, please let us know if you have any other question.
Best regards