I have a small sencha 2 project complete and want to import it into eclipse with phonegap. I want to keep the MVC file structure, how do I set up my android project in eclipse to accomplish this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the starting guide in the Phonegap docs on this link:
http://docs.phonegap.com/en/2.4.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android
After following the Android guide, put your Sencha stuff in the
wwwfolder in your Eclipse project. Yourwwwfolder should look something like this:Check the Sencha docs for using and creating builds for your app:
http://docs.sencha.com/touch/2-1/#!/guide/building
Good luck!