"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

LOCAL_MODULE:= ImageTargets

Hi guys

i am working with sample project of ImageTargets.  I want to change the LOCAL_MODULE:= ImageTargets in android .mk file in jni folder but when i change it and build  and run it crashes but with this name ,rebuild and run,it  works fine. how can i rename  the ImageTargets to any other name. 

Thank you

 

 

 

AlessandroB

Wed, 10/17/2012 - 20:19

Hi, if you change LOCAL_MODULE value, then you must be aware that the library generated by the build process (ndk-build) will also change its name (check and see under the libs/armeabi folder); for instance, for "ImageTargets" the library generated is called "libImageTargets.so",

AlessandroB

Wed, 10/17/2012 - 20:26

One additional note:

in case your goal is simply to change the name of the App as it appears to the users, it will be sufficient to just go to the /res/values folder of your project, open the strings.xml file with a text editor and change the app_name in this line: