Library libarchitect.so not found / Expecting a stackmap frame
A
Adrian Urso
started a topic
about 6 years ago
Hi everyone,
I have a project compiling for an old tablet (target sdk 19). Wikitude was working properly with gradle 1.3.x until I had to upgrade to gradle 2.3.3 and faced "libarchitect.so not found" error like in this topic .
I was using an old version of Wikitude from 2015 included with wikitudesdk.jar
Then I tried to include the newest version of Wikitude following the documentation here but faced an new error and now I'm stuck. The project refuses to run, I got this gradle exception :
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugGroovyWithGroovyc'.
> Expecting a stackmap frame at branch target 18
Exception Details:
Location:
com/wikitude/architect/ArchitectView.load(Ljava/lang/String;)V @6: ifne
Reason:
Expected stackmap frame at this location.
Bytecode:
0x0000000: 2b12 48b6 0212 9a00 0c2b 1240 b602 1299
0x0000010: 000e 2ab4 00fe 2bb6 01a4 a700 0b2a b400
0x0000020: fe2b b601 a3b1
Can anyone help me ? Please ? I've been struggling with these for days. Thanks.
Adrian Urso
Hi everyone,
I have a project compiling for an old tablet (target sdk 19). Wikitude was working properly with gradle 1.3.x until I had to upgrade to gradle 2.3.3 and faced "libarchitect.so not found" error like in this topic .
I was using an old version of Wikitude from 2015 included with wikitudesdk.jar
Then I tried to include the newest version of Wikitude following the documentation here but faced an new error and now I'm stuck.
The project refuses to run, I got this gradle exception :
Can anyone help me ? Please ? I've been struggling with these for days.
Thanks.