Hi Jasper,
Thank you for your effort in providing this extensive step-by-step guide for building with build.phonegap.com and helping others, who might need it!
We also have a task internally to investigate open points and the feature request.
Thx again!
Nicola
Well, it took me some sleep and a lot of trial and error, but I've found a way:
Building a Wikitude-app using build.phonegap.com
Building this app using build.phonegap.com did work for me, taking the next steps into account: (It took me quite some trial and error, so if someone has found a better solution, let me know!)
Notes
Feature request
I know this is three years ago, but the documentation section Eva is refering to does not explicitly describe how to use the wikitudePlugin in combination with build.phonegap.com.
I've setup an application that's working fine using the Phonegap App, and it does build in build.phonegap.com, but the plugin is not included. (Error: file:///android_asset/www/cordova.js: Line 59 : Uncaught module com.wikitude.phonegap.wikitudeplugin.WikitudePlugin not found).
I could definitely use a step-by-step approach on how to succesfully build a Wikitude-app using build.phonegap.com
tem coch
Hello,
I'm trying to make simple example working in my app's environment but can't make it work.
I can't find examples of an entire buildable project, that would help a lot.
I'm using Phonegap Build for cloud builds for iOS and Android.
Into my html file I've added :
<script src="https://www.wikitude.com/libs/architect.js"></script>
<script type="text/javascript" src="libs/ade.js"></script>
(created libs.ade.js from https://github.com/Wikitude/wikitude-sdk-samples/blob/master/ade.js)
Into config.xml I've added :
<plugin name="com.wikitude.phonegap.WikitudePlugin" spec="https://github.com/Wikitude/wikitude-cordova-plugin" />
<platform name="android">
<preference name="android-minSdkVersion" value="15" />
</platform>
I've created source based on
https://github.com/Wikitude/wikitude-sdk-samples/blob/master/01_ImageRecognition_1_ImageOnTarget/js/imageontarget.js
I couldn't find a way to enter trial licence because the plugin being loaded by Phonegap Cloud Build...
I'm getting errors
AR is not defined...
What am I doing wrong?
Thanks