Support for Wikitude Software Development Kit and tools is coming to an end. All the details can be found here. Kindly note that no new topics can be started on the forum from 21.09.2023. Also, some of the FAQs here (especially license related ones) might become inaccurate.
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 !
Alexandre Riehl
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 :
Thanks you in advance for your help !