I have downloaded phonegap-2.9.0 from http://phonegap.com/. It contains doc folder and lib folder containing sample projects (I think so) in the folders named after the platforms. After going through the net articles it seems like I have to install SDKs of all the platforms I wish to support for an app. I don't want to do so.
Is there any way I can use a single editor and create apps that will support other platforms, and how would I use the JS files in lib folder ?
I want to use JavaScript, CSS and HTML.
Okay, for Android you need to use Eclipse IDE, Install Android SDK in your local system, Install ADT plugin for eclipse, then you can create new Android project from File > New
For more information
http://phonegap.com/developer/
http://developer.android.com/sdk/installing/index.html
For iphone development you need a MAC Machine, XCode IDE
For windows phone, need to install windows phone SDK, IDE -> Visual Studio Express for Windows Phone
Visit http://docs.phonegap.com/en for more info