The app is meant to run on all major smartphone platforms namely android, windows mobile, symbian, iPhone, Blackberry and on tablets as well. I have eclipse (version 1.2.2.20100216-1730) installed with Android SDK already configured and installed.
Can someone guide me? Thanks.
if you want to do this yourself – you’ll need to setup an environment (with SDK, compilers, simulator, etc…) for each target you want to deploy to – e.g. xCode for iOS + SDK, Eclipse for Android + SDK, Eclipse for BB +SDK, etc…
but, if you use the standard (and not your own plugins), there are now cloud services where you upload your html/css/js code and they’ll deliver a compiled app for each environment. The first one was PhoneGap Build, but I’ve already seen others that provide this service as well.
Hope this helps!