My sencha sdk is sencha-touch-2.0.1.1-commercial.
And sdk tool is SenchaSDKTools-2.0.0-beta3-windows
I think I am having the latest... not so??
-Ram
Not really! This is the latest: http://www.sencha.com/forum/announcement.php?f=91&a=36
And this is the version I know (at least a bit) and which works not to bad! I currently also develop for Android (on a Galaxy Nexus). iOS is targeted a little later this year.
You will also need a locally installed http server like wamp or xamp. Make sure this one is installed and working. This server will create a directory on your harddisk where the web stuff will be (html pages, javascript, etc.). For wamp this is wamp-directory\www and for xamp it is xamp-directory\htdocs. This is important for the installation of the SenchaTouch SDK and your apps later on.
Then make sure to deinstall the old SDK Tools and then install the new SDK (2.1rc2) (into the web directory of your local server) and the new CMD (3.0.0.201).
After that (if your local http server is running) you can launch the new docs (help) in the browser. Just type in http://localhost/sencha-touch-2.1.0-rc2 (if that is the name of your ST SDK folder). You should see the latest documentation. Go to the GUIDES which are on the 3. TAB and scroll down to the new Sencha CMD docs. For the beginning it is important that you read carefully the first TWO chapters. With that you should be able to create your first app and have it run locally in your browser.
If not, post here what doesn't work and I will try to help you out.
Hi
I got new SDK and CMD installed. Even I upgraded the JRE to 7.
I get some different error now.
"Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre7\lib\tools.jar"
I dont see such files exists in JRE
D:\sencha\GS>dir C:\Program Files\Java\jre7\lib\tools.jar
The system cannot find the path specified.
I copied tools.jar from JDK to JRE lib folder. Its working now. App got loaded into my Android Virtual Device.
How to make to deploy into my mobie?
Thanks
-Ram