KenCorbettJr / html5sql

A helper javascript module for creating and working with HTML5 Web Databases.
http://kencorbettjr.github.io/html5sql/
MIT License
83 stars 64 forks source link

Fresh install create project failure #2

Closed zanedev closed 12 years ago

zanedev commented 12 years ago

After running cordova install per the instructions and trying make create I get the following errors:

write out the source for each native platform

careful, this is destructive!!!

./bin/util/validate-config

./bin/create/blackberry

./bin/create/android uname: illegal option -- o usage: uname [-amnprsv] ./bin/create/android: line 13: [: =: unary operator expected uname: illegal option -- o usage: uname [-amnprsv] ./bin/create/android: line 17: [: =: unary operator expected ./bin/create/android: line 28: android: command not found ./bin/create/android: line 31: android: command not found ./bin/create/android: line 45: ./tmp/android/src/com/phonegap/vanilla/PhoneGapVanilla.java: No such file or directory find: ./tmp/android/src/com/phonegap/vanilla/PhoneGapVanilla.java: No such file or directory find: ./tmp/android/src/com/phonegap/vanilla/PhoneGapVanilla.java: No such file or directory Traceback (most recent call last): File "./bin/create/android-convert-config", line 7, in manifest_xml = parse(manifest_path) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/dom/minidom.py", line 1918, in parse return expatbuilder.parse(file) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse fp = open(file, 'rb') IOError: [Errno 2] No such file or directory: './tmp/android/AndroidManifest.xml' make: *\ [create] Error 1

Not sure how to troubleshoot this.

zanedev commented 12 years ago

Woops wrong project, should be cordova :) you can delete this issue... sorry for that

KenCorbettJr commented 12 years ago

No problem. It happens.