Hi,
I have an app that has been working on several Android devices for quite some time.
However, when I have tried running it on a new Samsung Galaxy S7 (Android 6.01), it crashes at the beginning on QCAR.setInitParameters. Seems like it doesn't find the lib or something like that - is it a 64 bit issue?
The error:
Uncaught Exception: java.lang.UnsatisfiedLinkError: No implementation found for void com.qualcomm.QCAR.QCAR.onResume() (tried Java_com_qualcomm_QCAR_QCAR_onResume and Java_com_qualcomm_QCAR_QCAR_onResume__)
Any idea how to fix this?
Thanks,
yakobom
Thank you. Still, the same code works on other devices and not on the Samsung S7, and the exception is on the vuforia jar. Any ideas on what could be the problem?