"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

Vuforia Android sample app is not working

I am trying to run the sample code downloaded. Whenever I start the camera for scanning the screen goes blank and revert back to the home screen. This happens during debugging only.

The LogCat is showing ,

08-18 15:05:05.699: E/InputDispatcher(2280): channel '427643f8 com.qualcomm.vuforia.samples.VideoPlayback/com.qualcomm.vuforia.samples.VideoPlayback.ui.ActivityList.AboutScreen (server)' ~ Channel is unrecoverably broken and will be disposed! I am stuck here and any help would be deeply appreciated.

nidhinrejoice

Wed, 08/27/2014 - 08:52

<fileset dir="F:/android-sdk-windows/vuforia-sdk-android-3-0-9/build/lib/armeabi-v7a"/>

 

I added the above in CopyVuforiaFiles.xml instead of ..../build/lib/armeabi-v7a"/> and it's working fine now :)

i have same problem " Whenever I start the camera for scanning the screen goes blank and revert back to the home screen"...if anyone know please help me...im stuck with this

[quote=nvpnair]

i have same problem " Whenever I start the camera for scanning the screen goes blank and revert back to the home screen"...if anyone know please help me...im stuck with this

[/quote]

 

i am running the sample app imagetarget, when i click on the start button it going to force close.showing the error" The library libVuforia.so could not be loaded"

try it:

1. add the Vuforia.jar lib in your project;

2. go to archive build.gradle (Module:app) and check if the variable 'VUFORIA_SDK_DIR' is correct (in my project it had the value "../../../" but i had to change to "../../"), the path has to lead to your Vuforia SDK dir;