Start a new topic

Wrong setup guide and Android problem

Wrong setup guide and Android problem


Your setup guide for android is incorrect.

http://developer.wikitude.com/documentation/phonegap

SETUP GUIDE PHONEGAP PLUGIN ANDROID

Which is for iOS, not Android?

Besides, I am using Cordova 3.3. Using command on windows. The following is not executed. Getting error on it.

app.wikitudePlugin = cordova.require("com.wikitude.phonegap.WikitudePlugin.WikitudePlugin");

Thanks.

 

implementation (name: 'wikitudesdk', ext:'aar') gives an error during AS 4.1.1 project build.

\libs\wikitudesdk.aar is placed under libs folder, commenting it off can build


failed

Could not resolve :wikitudesdk:

Could not find :wikitudesdk:.


dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation (name: 'wikitudesdk', ext:'aar')

Ok, i got it. Is multiple methods to set it up. case close.


Optionally you can include the Wikitude SDK using our custom maven repository instead.

Login or Signup to post a comment