JNI Generator: @MainDex annotation is ignored for classes which implement an interface |
||
Issue descriptionThe renderer process only registers JNI native methods for Java classes annotated with MainDex. The JNI generator script parsing Java classes for that annotation does not support classes which implements an interface or extends another class. So the MainDex annotation is ignored for these classes and their native methods don't get registered and you get a: java.lang.UnsatisfiedLinkError: No implementation found for ... when code calls the native methods.
,
Jun 9 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 9 2017