The default PhoneGap app wants me to get API 17. However I have 18 and would rather use that. How do I specify which version of the API to use? I did some searching of some config files in my project but didn't see anything specifying the level to be 17.
I'm developing on Windows and want to build android locally.
I've followed the developer guide so that I have a phonegap project called hello that has the following folders:
- .cordova
- hooks
- config.json
- build (empty)
- merges (empty)
- platforms (empty)
- plugins
- www
- css
- img
- js
- res
- spec
- config.xml
- icon.png
- index.html
- spec.html
I tried phonegap add platform android
but errored saying 'platform add android' is not a node