使用phonegap将sencha架构师项目导入eclipse

时间:2013-02-11 23:01:53

标签: eclipse cordova extjs sencha-touch-2

我有一个小的sencha 2项目完成,并希望通过phonegap将其导入eclipse。我想保留MVC文件结构,如何在eclipse中设置我的android项目来完成这个?

1 个答案:

答案 0 :(得分:1)

在此链接上查看Phonegap文档中的入门指南:

http://docs.phonegap.com/en/2.4.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android

按照Android指南操作后,将您的Sencha内容放入Eclipse项目的www文件夹中。您的www文件夹应如下所示:

app
 |-controller
 |-model
 |-store
 |-view
index.html
app.js
sencha-touch.js
sencha-touch.css

检查Sencha文档是否为您的应用使用和创建构建:

http://docs.sencha.com/touch/2-1/#!/guide/building

祝你好运!