"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

Native activity

I'm trying to integrate Vuforia in our application that is a pure native activity. I have problem setting up Vuforia.

I do this in my main thread:

            QCAR::TrackerManager& trackerManager = QCAR::TrackerManager::getInstance();            QCAR::Tracker* tracker = trackerManager.initTracker(QCAR::ImageTracker::getClassType());tracker is always becomming nullptr.

The only code we have in Java is aa activity thats starts before the our native activity and that loads the Vuforia.so

My question is, is it at all possible to use Vuforia without any Java code??