如何在 Eclipse 中运行 Sencha Touch 应用程序

发布于 2025-01-06 19:23:02 字数 430 浏览 2 评论 0原文

我是 sencha touch 的新手电话间隙。我想在 eclipse 中运行简单的 hello word 应用程序。但我不知道该怎么做。如果有人知道,请尽快告诉我 提前致谢 Aamirkhan I.

更新:

嗯,有一个可用于 eclipse 的插件,我们可以在其中轻松创建任何 sencha、jquery mobile、phonegap 项目,只需按照一些步骤来集成该插件..参见
我的帖子
对于该插件指南,我更新了我的答案只是为了帮助其他不知道如何在 PhoneGap Eclipse 中编写示例应用程序的人。 谢谢

i am new to sencha touch & phone gap.i want to run simple hello word app in eclipse.but i dont know how to do it.if any one knows it than let me know fast
Thanks in advance
Aamirkhan I.

UPDATE:

Well there is a plugin availble for eclipse in which we can easily create any sencha,jquery mobile,phonegap project's,just need to follow some steps to integrate that plugin..see
MY POST
for that plugin guide,i updated my answer just to help other's who don't know how to write sample application in phonegap eclipse.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

无人问我粥可暖 2025-01-13 19:23:03

首先在您想要使用的任何操作系统上完成 PhoneGap 入门教程。

http://phonegap.com/start

你应该很容易得到你的 Hello World

如果你想更进一步,你可以可以做很棒的 Sencha Touch 教程:

http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap/

希望有帮助

Start by doing the Getting Started tutorial of PhoneGap on whatever OS you want to work.

http://phonegap.com/start

You should get your Hello World pretty easily

And if you want to go further you can do that great Sencha Touch tutorial :

http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap/

Hope it helps

∞觅青森が 2025-01-13 19:23:03

我建议您使用 Apatna studio 进行 Sencha 客户端开发。它有助于快速、轻松地构建 Web 应用程序,是基于 Eclipse 的强大 Web 开发引擎之一。

http://aptana.com/

查找 Aptana Studio 3 版本更新站点:http://download.aptana.com/studio3-rcp/plugin/update/

另一种选择是 Eclipse 的 Spket 插件JavaScript。 Spket 更新站点:http://www.spket.com/update/

完成后客户端开发,您可以按照以下链接使用phone-gap构建不同版本的移动应用程序。 访问此处的 Phonegap 开发人员参考链接

I would suggest you to use Apatna studio for the Sencha client development. It helps to build web applications quickly and easily and it is one of the Eclipse based powerful web development engine.

http://aptana.com/

Find Aptana Studio 3 Release Updates site: http://download.aptana.com/studio3-rcp/plugin/update/

Another alternative is Spket plugin for eclipse for Javascript. Spket Update site: http://www.spket.com/update/

Once your are done with the client development, you can follow the below link to build the different version of mobile application builds using phone-gap. Visit here for Phonegap developers reference link

拔了角的鹿 2025-01-13 19:23:02

遵循此文件夹结构。

---您的应用程序名称
-------src
--------------您的活动课程
--------生成
--------------生成的文件
--------android2.2
--------------生成的文件
--------参考库
--------------手机间隙参考,放置在libs文件夹中
--------资产
--------------创建文件夹www
---------------------放置你的html文件&为 sencha 文件创建子文件夹(
--------bin
--------------自动生成的文件
--------库
--------------phonegap-1.3.0.jar
--------资源
--------------一些自动生成的文件
--------------在该位置创建 xml 文件夹phonegap.xml 和plugins.xml 文件

----------Android Manifest
-------proguard.cfg
--------项目.属性

follow this folder structure.

---your application name
-------src
--------------your activity class
-------gen
--------------generated files
-------android2.2
--------------generated files
-------Referenced Library
--------------Phone gap referenct which is placed in the libs folder
-------assets
--------------create folder www
---------------------place your html files & create sub folders for sencha files(
-------bin
--------------auto generated files
-------libs
--------------phonegap-1.3.0.jar
-------res
--------------some auto generated files
--------------create xml folder in that place phonegap.xml and plugins.xml files

-------Android Manifest
-------proguard.cfg
-------project.properties

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文