"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

Developing new Application

Hi I want to make new application with the help of ImageTargets sample..Iam quiet new to jni and all.....So copied the make file exactly and made the required chages like in mentioning the src files(c/c++) changing the module name,etc...I also copied my project into the sample folder only so that there are no conflicts with the path...I also copied the .externalFolder into my app and made changes copyQCARLib.bat and .sh file to change the application name to my app name instead of ImageTargets...Although I dont know what is the use of this .externalFolder.Please forgive me as Iam a fresher:p..But keen to learn all this... Iam working on windows environment..... The problem is when i do ndk-build of my application,libs folder is created and myapp.so is copied into it but QCARLib.so is not copied.Dont know why... :(.Where as in other samples both .so files are created with ndk build.Also gdbsetup and gdbserver are not created.Dont know their purpose also.... Then if i ignore this and import the project in eclipse following procedure given for other samples and run it...Iam getting exception java.lang.UnSatisfiedError because i guess its not able to load the libraries... I know Iam missing something....But cant figure out...Please help its a bit urgent as i have already spent 3 days in this.....

It sounds like you're close, you've just missed the Eclipse builder that copies libQCAR.so to your project's libs folders. You see, ndk-build only builds your application-specific shared library (e.g.

Hi All, Just passing the Getting Started manual, and come to developing a new application base on ImageTargets. Any article or explanation for the code of this sample? Kind of a tutorial would be great! Still a NEWB. Thanks

The comments in the ImageTargets source code are a good starting point after running the ImageTargets sample app. The Application is commented in such a way that it should take only a little work to modify the code for your purpose.

[QUOTE=ppreuss] Remember, any saved changes to ImageTargets.cpp require a rebuild using cygwin and the ndk-build command.[/QUOTE] Hi... I'm sorry... my english is very bad... 1. How I can do the ndk-build command. 2. There is another guide for developing something step by step?