8

I am following the Vuforia and I have run the samples, It's working fine but if I want to start the our own app so could you help me how to start the app.

Thanks.

Vivek Warde
  • 1,936
  • 8
  • 47
  • 77
Mahesh
  • 89
  • 1
  • 4

2 Answers2

1

Please follow the below steps to integrate vuforia with your android project.

1)copy vuforia.jar and armeabi-v7 folder that contains libvuforia.so and paste it on your libs folder of your project.

2)right click on your android project and go to build path>cofigure build path and select libraries tab and add vuforia.jar file.

this will work now you can easy to use vuforia functions.

if you want to create your own marker then you have to log in in https://developer.vuforia.com/targetmanager and create project and then download .xml file and .dat file and then integrate that file with your android project

Nick Cardoso
  • 20,807
  • 14
  • 73
  • 124
bhavesh kaila
  • 761
  • 1
  • 5
  • 25
0

For Android Studio 2.3.3 1. Copy vuforia.jar and libvuforia.so in your libs folder 2. In your app, right click and select open module settings 3. Click On the dependencies and '+' sign to add "jar dependency" 4. Select vuforia.jar and click Ok

Done!

Sefat Noor Orni
  • 245
  • 1
  • 5
  • 23