- Add the "tools" and "platform-tools" folder into my path setting
- Install package "nodejs" and "apache-ant"
- Run "sudo npm install -g phonegap"
- Run "phonegap create
" - Run "cd
" - Run "phonegap run android"
And if everything is dandy and up to date (I had to run updates for my android sdk first) you should be able to see
After that it is just a matter of editing the files in the "www" folder created by phonegap. And once the app is all good to go, add the project into eclipse by creating a new android project from existing code and select the "platforms/android" folder created by phonegap.
Can't wait to poke more at this... :)
No comments:
Post a Comment