Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run Sencha Touch Application in 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

like image 385
Aamirkhan Avatar asked Nov 13 '22 10:11

Aamirkhan


1 Answers

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

like image 179
Aswani Avatar answered Nov 16 '22 04:11

Aswani