"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

Vuforia SDK and Google Glass

Hi,

I'm trying to compile the Vuforia 2-8-7 SDK for glass and I'm getting a lot of errors that point to an API version issue things like 

Description Resource Path Location TypeR cannot be resolved to a variable SampleAppMenu.java /ImageTargetsNative/src/com/qualcomm/QCARSamples/ImageTargets/ui/SampleAppMenu line 87 Java Problem These guys seem to have gotten it to work: http://arforglass.org/?project=vuforia-on-glass but they don't really explain their process for compiling the SDK. Is there a version of the SDK that works with the Android Ice Cream Sandwitch (4.0.3) SDK? Thanks.~Shane

AlessandroB

Sun, 02/23/2014 - 09:00

Vuforia is perfectly compatible with Android 4.0 ICS.  But you need to make sure that you also have that version of the Android SDK installed and setup in your Eclipse project.

Hi,

Thanks for your help and getting back to me so quickly. I'm going to give a quick snapshot of what I'm doing and maybe you can point me in the right direction.  First here is the ADT version:

AlessandroB

Mon, 02/24/2014 - 08:31

Ok, froml your screenshots I seem to understand that you have Android 4.4.2 (API level 19) installed, but the project is targeting API level 18;

you should be able to fix this by selecting Android 4.4.2 in your Project > Properties > Android, and then:

AlessandroB

Mon, 02/24/2014 - 17:16

Yes, Vuforia can work with API level 15.

actually, the minimum API level required by Vuforia 2.8 is level 9 (Android 2.3), so everything above that will work.