I am trying to build VrTemplate app but I am getting one very annoying error and I am not sure why is it showing up.
I've used make_new_project.bat file to create my file - VrTestApp. This project then was imported into Eclipse (with copying to workspace). I've added reference for VrAppFramework, changed path in Application.mk -> ROOT_DIR for relevant one.
Now when I want to run my app it stopps with error and the one thing I suppose might be causing this (because LogCat doesn't say anything special) that is based on error during start is missing VrAppFramework.apk. The error during app start is: Could not find VrAppFramework.apk!
Did you rebuild the libraries in your project or just copy them across from the sample projects? I don't know what spits this out off the top of my head but the first thing I would do is search the codebase and make sure the code in question was built against my new project.