"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Sample app failing to build in Android Studio

Hi,

I'm trying to build the sample Android Vuforia 4.2.3 app in Android Studio.  I've followed the quick start guide, and I have hit this wall:  Java can't seem to find the subclasses of vuforia.  Like:

/Users/zacharylucas/StudioProjects/VuforiaSamples-4-2-3/app/src/main/java/com/qualcomm/vuforia/samples/SampleApplication/SampleApplicationControl.java:10: error: cannot find symbolimport com.qualcomm.vuforia.State;                           ^  symbol:   class State  location: package com.qualcomm.vuforia Any ideas?  Thanks!

jensquast

Wed, 06/15/2016 - 22:54

Had the same problem, here's a solution that worked for me.

(Seems like the project needs access to the Vuforia.jar file and can't access it outside of the sample folder(?))

So,