Error in install CUDA on Shield Tablet

I’m using the virtual machine provided at the end of https://developer.nvidia.com/cuda-education
But when I ran the cuda tutorial scripts, I got the errors as

in function android_main:jni/SimpleCUDA.cpp:26: error: undefined reference to ‘cudaThreadSynchronize’
in function cudaError (anonymous namespace)::cudaMallocManaged(float**, unsigned int, unsigned int):/home/mvc/NVPACK/android-ndk-r9d/…/cuda-6.0/targets/armv7-linux-androideabi/include/cuda_runtime.h:330: error: undefined reference to ‘cudaMallocManaged’

I think I carefully followed the instruction in the tutorial but there is still something wrong with the CUDA set up. I’m wondering if anyone know how to set it up correctly. Or there is some other way (instead of using the virtual box) to get CUDA work on Shield Tablet.

Thanks a lot

Hi !!

I have the same problem. Do you have any solutions?
Thank You