"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

Core Features Sample Fails to Build

Whenever I try to build the core features sample, I get the dropdown as shown in the screenshot. There is no "make project" option as the getting started document says there should be. If I try "making module", I get the error Module 'vuforia-sample-9-2-7' production: java.lang.NoClassDefFoundError: com/android/resources/ResourceFolderType. What can I do to resolve this? I have also tried importing it as a Gradle project, but that results in Gradle trying to build the sample forever.

Hi,

Could you please check the steps described in the article for setting up the project? especially the folder structure is important.

https://library.vuforia.com/articles/Solution/Getting-Started-with-Vuforia-for-Android-Development.html

Thank you.

jffng12345

Mon, 06/29/2020 - 15:06

In reply to by mcotora

Thank you for your response. I'm a little confused by the directory structure - Are all of these folders at the same level, or are "build", "licenses", "samples", and "readme.txt" supposed to be inside "vuforia-android-sdk-xx-yy-zz"

Hi,

Yes, they are the same level.

Development root contains -> android ndk; android sdk; vuforia sdk; build; licenses; samples; readme.txt;

Thank you.

Vuforia Engine Support