Start a new topic

Vuzix Sample Application Error

Hi,


I am trying to build and deploy the sample application for the Vuzix smart glasses. I am using Android Studio.


When the application is deployed on my glasses, I run the application and I got the same error than here : 

Link


I tried to extract the lib folder from wikitudesdk.jar, create a new jar file containing libarchitect.so  but the problem is the same.

My gradle configuration :

  

apply plugin: 'com.android.application'

android {
    compileSdkVersion 'Google Inc.:Google APIs:19'
    buildToolsVersion "27.0.3"

    defaultConfig {
        applicationId "com.wikitude.sdksamples"
        minSdkVersion 9
        targetSdkVersion 17
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }
}

dependencies {
    compile 'com.android.support:support-v4:19.1.0'
    compile files('libs/armeabi.jar')
    compile files('libs/wikitudesdk.jar')
} 

  Thanks you in advance for your help !

1 Comment

Hi,

Anyone has a solution ? I tried all solutions proposed in the other posts (extract lib folder from wikitudesdk.jar; rename libs folder to lib in wikitudesdk.jar; switch to Eclipse, ....)

Thanks you in advance !

 

Login or Signup to post a comment