"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

Compiling errors

Hi, I have these problems when trying to compile the program

 

$ ndk-build

Android NDK: ERROR:/cygdrive/c/workspace2/com.rheti.apps.wellapp.LoginActivity/jni/Android.mk:QCAR-prebuilt: LOCAL_SRC_FILES points to a missing file

Android NDK: Check that /cygdrive/c/workspace2/com.rheti.apps.wellapp.LoginActivity/jni/../../../build/lib/armeabi/libQCAR.so exists  or that its path is correct

/cygdrive/c/Development/android-ndk-r8/build/core/prebuilt-library.mk:43: *** Android NDK: Aborting    .  Alto.

 

DavidBeard

Thu, 08/02/2012 - 01:47

Have you confirmed that the QCAR shared libraries are in the ARM directories at that path? (i.e. /lib/armeabi )

 

 

josiastech

Fri, 08/03/2012 - 17:18

hi, im getting this error

 

E/MapActivity(1013): Couldn't get connection factory client

E/AR(1013): Error - failed to assert required Android permissions. Failed to initialize QCAR SDK. All required Android permissions must be included for the SDK to work.

DavidBeard

Fri, 08/03/2012 - 17:27

Take a look at the permissions included in the Android manifests w/ the samples and copy these to the manifest for your project.

josiastech

Tue, 08/07/2012 - 20:20

Hi, this is the manifest.xml i have this errors, Android permissions. Failed to initialize QCAR SDK.

josiastech

Tue, 08/07/2012 - 20:24

<manifest xmlns:android="http://schemas.android.com/apk/res/android"

    package="com.rheti.apps.wellapp"

    android:versionCode="1"

    android:versionName="1.0" >

 

DavidBeard

Wed, 08/08/2012 - 00:02

Are you using the Google Maps API? What you're seeing may derive from that, not Vuforia.