So far, I have been successful in running all the demo/sample apps, but I can't figure out how to import the SDK into my own app. I have followed all the tutorials or documentation available but as soon as the code comes to
if (!Engine.initialize(this, key)) {
Log.e("HelloAR", "Initialization Failed.");
}
the app crashes without even giving any log error.
P.S. I am running this app in android Java.