How to run Sencha Touch Application in Eclipse

六眼飞鱼酱① 提交于 2020-01-02 04:06:12

问题


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


回答1:


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




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/9339587/how-to-run-sencha-touch-application-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!