Start a new topic
Solved

Problem with Wikitude Native SDK

Hi !I have a problem when I run my project. I used the steps described in the documentatio, but when I compile the project I get this error:


Error:Failed to resolve: :wikitude_native_sdk


 Does anyone have a solution? 

 Thanks in advance for the answers.



Hello Olivera,
Could you please provide further details regarding the issue you are having:
  • Which version of the SDK are you using?
  • What device does this happen with (os Version and model)?
  • Is this happening with the sample app or in your own app? If it happens with your own app, does the sample app work on your device?

Thanks

Eva

Hello,


The version of  SDK is 2.1.0.

Android 5, Samsung A3 is the device.

In my own app and the sample app worked on my device.

Thank you.

Hello Olivera,

I am a bit confused now, since you said that "In my own app and the sample app worked on my device.". Is it now working for you or are you still having issues?

Thanks
Eva

 

Sorry, I was not very concise. The error is in my app and the sample app is working.

Hello Olivera,

In that case I would recommend that you start with our sample, since this is working, and you gradually implement your own code.

Thanks
Eva

 

Hello, I solved  the error. The error occured because of the following code line from wikitude native SDK documentation: compile (name: 'wikitude_native_sdk', ext:'aar').

The correct form is :compile (name: 'wikitude-native-sdk', ext: 'aar').

Thank you.



Login or Signup to post a comment