Please help me resolve this error . Also pls suggest me in setting up the android development environment on both mac os x and windows. thank you
regard's
rajesh
n
newbee @AR
said
about 8 years ago
hi waiting for reply
A
Andreas Schacherbauer
said
about 8 years ago
Hi! What kind of error do you get? Have you installed the 'phonegap' command line tools or 'cordova'? Wikitude requires 'phonegap'. The first parameter for the build script is the path where the example project should be created. Just pas in a valid path on your file system (the last path component will be created if it not exists).
how to implement this on windows ? i got a bit confuse about it.
Please help
A
Andreas Schacherbauer
said
almost 8 years ago
Hi Lillis, I'm not a Windows user, but I guess you can use the Windows Power Shell to execute shell scripts. Unfortunately we don't deliver any Windows batch files, so you need to somehow get shell scripts running on your machine.
Best regards
Andreas
G
Gabriele Boccone
said
almost 8 years ago
Hi, I had the same problem on Windows.
You need a posix-compliant shell and environment, the most common are cygwin and mingw32/msys.
n
newbee @AR
said
about 8 years ago
i am getting a error when to try to install android platform on PluginSamples
Error: The command "android" failed. Make sure you have the latest Android SDK installed, and the "android" command (inside the tools/ folder) is added to your path.
at /Users/ants/.cordova/lib/android/cordova/3.4.0/bin/lib/check_reqs.js:85:29
at _rejected (/Users/ants/.cordova/lib/android/cordova/3.4.0/bin/node_modules/q/q.js:808:24)
at /Users/ants/.cordova/lib/android/cordova/3.4.0/bin/node_modules/q/q.js:834:30
at Promise.when (/Users/ants/.cordova/lib/android/cordova/3.4.0/bin/node_modules/q/q.js:1079:31)
at Promise.promise.promiseDispatch (/Users/ants/.cordova/lib/android/cordova/3.4.0/bin/node_modules/q/q.js:752:41)
at /Users/ants/.cordova/lib/android/cordova/3.4.0/bin/node_modules/q/q.js:574:44
at flush (/Users/ants/.cordova/lib/android/cordova/3.4.0/bin/node_modules/q/q.js:108:17)
at process._tickCallback (node.js:415:13)
/Users/ants/.cordova/lib/android/cordova/3.4.0/bin/create: Command failed with exit code 8
can you please help to fix this
thank you
regard's
rajesh
G
Gabriele Boccone
said
about 8 years ago
PhoneGap needs the 'android' command from the Android SDK in order to create a project.
You must include the android platform tools folder in your PATH variable.
For example, on my machine I use this command before launching the script:
After downloaded the Plugin Samples and wikidue plugin using Terminal commands . I am getting error at WTwikitudePlugin.m at line no. 138 .Below line creates problem.
id argumentDictionary = ; "ARC Semantics issues" No visible @interface for 'NSArray' declares the selector 'firstObject'
Can you please help me to fix this. thank you.
A
Andreas Schacherbauer
said
almost 8 years ago
Which PhoneGap version are you using? I guess it's not 3.4 which is suggested by the Wikitude Plugin. Simply type the following command in your Terminal and compare the output. On my machine it's
phonegap -v 3.4.0-0.19.17
You should see something similar e.g. 3.4.0-...
To update your phonegap installation, run the following command in Terminal.
sudo npm update -g phonegap
Best regards
Andreas
n
newbee @AR
said
almost 8 years ago
hi ,
I checked the version before it was 3.4.0-0.19.8
after updated my phonegap i am getting 3.4.0-0.20.0
but still i am getting the same error . Please help me to fix this.
thank you
A
Andreas Schacherbauer
said
almost 8 years ago
are you using the 'phonegap' or 'cordova' commands?
newbee @AR