Closed Alzy closed 5 years ago
UPDATE: following this thread, I found the solution. In your build.grade file change
implementation 'com.eclipsesource.j2v8:j2v8:5.0.103@aar'
to
implementation 'com.eclipsesource.j2v8:j2v8:4.8.4@aar'
and it should compile both 32 and 64 bit libraries.
thanks!
@Alzy I could not find the line you are refering to. Please could you provide the exact place where this needs to be changed?.
Thanks.
Google now gives the following error:
Analyzing the apk, I notice that the culprit seems to be the J2V8 library as it only compiles 32bit .so files. How can I resolve this issue? I have done a lot of work figuring out and building my Jasonette app to have it come to a halt