I follwed the getting started guide and do all necessary things after importing "Core Sample" App to Eclips workspace. There is no error and App installed to the phone correctly and this activity started. https://vuforiacontent.qualcomm.com/Images/android_deploy_and_run_application.png
When I click "Image Target" it will open another activity with some introduction and contain web page urls. There is a Start button on bottom of the activity layout.
After I click the Start button it again rederected to the previous activity. -- > https://vuforiacontent.qualcomm.com/Images/android_deploy_and_run_application.png
I think that when I click start button App will be able to launch camera view activity and allow us to track targets.
How can I fix above issue?
Thank you in Advance
Hi,
I have run the sample of vuforia I am not using c++ I am just using java for android. I want to to apply touch events in java how can I rotate teapot and grab accordingly in java?? Before I have found the code in the forum but that is in C++ and it is not working I put it in java file. I do not have ImageTargets.cpp, I have ImageTargets.java. Please guide me how can I do that thanks