How to run Sencha Touch Application in Eclipse

↘锁芯ラ 提交于 2019-12-05 10:28:48

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

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

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

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