Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
Our team recently started testing the PTC Vuforia that comes with the FTC SDK on the phones, but the problem we are running into is that whenever we run Vuforia, the Robot controller app fore quits. The logs look like this:
As you can see here, the Vuforia library is properly loaded.
But then there are two errors, with the first one being java not able to identify the native method(which is written in C#) in VuforiaBase
And the second one being the Java cant find an implementation for a Vuforia tracker type.
We looked at these in Android Studio, and found these lines:
Vuforia Class:
VuforiaBase Class:
Is it a version difference problem? If not, then what is the exact problem?
Thanks in advance,
Team 8565 TechnicBots