我刚安装了带有senchatouch 2的Aptana Studio3。 我想使用与Sencha sdk一起安装的文档,一切看起来都很好但我无法在示例中获得实时预览。当我在sencha网站上线时,没关系。 我使用的是最新版Chrome的Windows 7 64位。 有人会遇到类似的问题吗?
答案 0 :(得分:0)
您无法直接运行该应用程序。您需要在自己的本地Web服务器上托管它,我使用Apache Tomcat。复制整个下载的Sencha Touch SDK。启动服务器并点击网址。
http:// {your ip}:{port} /AppServerName/sencha-touch-2.0.1.1/examples/kiva/index.html
这应该有效。