"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

Is that possbile to use same im source code in two different application name?

Dear Admin and Everybody, Is that possbile to change package name in Imagetarget so that I can use same source code(ImageTarget) in two different application name for my interest. That means I want to use ImageTarget as another copy (with new name ) in my phone. I already tried rename com.qualcomm.QCARSamples.ImageTargets (default package) to com.qualcomm.QCARSamples.ImageTargetstest from src . but it gives error during renaming in Eclipse. the error reason is: getopenglesversionNative()intype"com.qualcomm.QCARSamples.ImageTargets.ImageTargets is native..running the modified program will cause unsatisfied error" Basically for Android we can use same source code in two applications name by just changing package name. So is there any suggestions/help avaliable to change ImageTarget package name for using same source code in two different application name. Thanks Regards Rassall

ahmed_jamal

Wed, 02/22/2012 - 09:24

i tried renaming my virtualbuttons app using the solution suggested above, but the app forces close when run on the emulator, and also when i go into the bin folder after running the app to deploy the apk file into my device, i find that 2 apk files are made, one named as ARdemo.apk which is the new

You can't run in the emulator, the app must be run on a device. If you delete the VirtualButtons.apk from the bin folder is it recreated each time? It might just be left over from the first build. If you are still getting errors when running on a device please look for errors in the log.