Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
In this article we will see how to setup Wikitude SDK with Cordova on Visual Studio 2013. we will use the official samples provided by Wikitude.
In this article we will see how to setup Wikitude SDK with Cordova on Visual Studio 2013.
we will use the official samples provided by Wikitude.
Developers with basic knowledge at:
Visual Studio
JavaScript
Developers who are interested to develop Cross platform AR Apps.
Download Wikitude PhoneGap Extention:
(Wikitude Download Page) or (Direct Link)
Create New Project:
Open Visual Studio 2013
Create New Project
Choose Cordova Blank - Under JavaScript Templates
Add Wikitude SDK Plugin to the project
Double Click on "config.xml"
At left side choose "Plugin" tab.
Then click on "Custom "
After that browse to the Wikitude SDK download folder
(Sure after UnCompressing it)
Then click Add
Add Core Plugins:
Choose base on what your application needs:
Adding License Key
Refer to this link to Generating Trial key (under Wikitude SDK).
Make sure to add your SDK Key in side your "WikitudePlugin.js" file.
You should find it at this location:
" plugins\com.wikitude.phonegap.WikitudePlugin\www "
Entering the License click here to see where you should enter the license key
Coping Samples Master
Navigate to Wikitude download folder
wikitude-phonegap-samples-master/SampleAppResources
Copy all the files in "SampleAppResources"
To you project folder and replace the old files
Build your project
Keep in mind Wikitude must be tested with real devices
it will not work with Simulators or emulators. (i.e Ripple).
To let Visual studio generate Android binaries ".apk" files
Make sure to select "Android" from solution platform then "Device"
You can find the ".apk" file under:
"\ProjectName\bin\Android\Debug"
Copy, install & run them on your device & enjoy ;)
Read more about:
BlogsYou May Also Like