"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

Error Building Hololens Sample

Just downloaded the sample and tried to build it, got this error:

 

(..)Repositories\Unity\Builds-Windows\Vuforia HoloLens Sample\Vuforia HoloLens Sample.csproj(392,9): error MSB3030: Could not copy the file (...)Repositories\Unity\Builds-Windows\Vuforia HoloLens Sample\Plugins\ARM\VuforiaWrapper.dll" because it was not found.

 

I have succesfuly built an app on the hololens using vuforia before, it worked although the assets were just way too high over the markers. Not sure what is different here...

I am using .Net as the scripting backend and Unity 2017.2 with integrated Vuforia 6.5.  Attached is a screenshot of most settings and the error message.

Best,

Tank

Hello Tank,

I've attached a screenshot of the section of Visual Studio with an incorrect setting. The field that is currently set to "ARM" needs to be set to "x86." This should fix the issue you are having.

Thanks,

I am having the same problem, but I am using the right settings (Release, X86, Device)

When i try the applicaiton in Unity (change HoloLens to Vuforia) the applicaiton works correctly, but when i try to deploy it doesn't work - any fixes?

What about it doesn't work? Does it fail to build? Or does it crash or not detect targets?

Thanks,

-Vuforia Support

Hi,

I am also facing same issue. If anyone have resolved then please help me.

 

samsundar

Thu, 10/11/2018 - 15:18

Its because u all are selecting ARM instead of X86 , ARM is for mobile phones and when u select UWP in player settings and ARM(Mobile) in visual studio this error will occur . U have to select X86 instead of ARM.