"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

Package name changes

I downloaded the ImageTargets sample app and changed the name with my app name. Then i changed the package name with my package name com.sample.cloud. But in all Activity screen the package name is displaying package com.qualcomm.QCARSamples.CloudRecognition; Is i need to change to package com.sample.cloud?  In manifest file package name changed like this: package="com.samplecloud.cloud".

AlessandroB

Wed, 10/09/2013 - 07:13

in case you renamed the Java package and/or class names, you might get an UnsatisfiedLinkError due to the fact that you did not rename the C++ nati

I changed package name for com.samplecloud.cloud . But in my Activity still displays the "package com.qualcomm.QCARSamples.CloudRecognition" s . Is i need to change this line to com.samplecloud.cloud?