"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

ImageTarget-2-0-6

Sample : ImageTarget-2-0-6 (downloaded from Vuforia www Home Page)

on : Android

 

According to 

Step 3: Compiling and Running a Vuforia Sample App

on link : 

https://developer.vuforia.com/resources/dev-guide/step-3-compiling-running-vuforia-sample-app

ON step 

Deploy and run the application

1) The Android Proyect does not have R.Java (There are 20 references not resoved on programming code linked to This point )

2) How is the correct sintax on AndroidManifest.xml on the case of the command line

 android:configChanges="orientation|keyboardHidden" />     (There are two Error references throw on this point)

Additionally :

These tips does not help to resolve the two previous points described on upper lines

1) Project->Clean...->Clean All Project

2)Properties->Android Tools->Fix project properties…

3) Right-click the project, and select Properties > Java Build Path > Order and Export; Activate the checkbox next to the QCAR JAR file.

 

I have updated: ANdroid SDK, Android NDK, Android ADT, Java & Eclipse and installed Cygwin

My Computer has Windows 7, 64 Bits

Thanks in advanced,

German Medina

 

AlessandroB

Wed, 01/02/2013 - 09:19

Hi uss01,

the missing "R.java" is something that is automatically generated by Eclipse upon opening and compiling the project (it is actually auto-generated code to represent Android resources); the error that you get is due to Eclipse failing to generate such file; 

You're welcome, glad to hear the issue is solved now.

Concerning 3D models in Android, these are represented by a set of OpenGL vertex arrays whose definition is in some .h header files (C++ include files) which get compiled with the sample project;