Question

I'm doing a small program with sencha touch. I deployed it on my webserver (WAMP) and it's working correctly.

Now I want to test it on a smartphone simulator. I searched and I found appMobi PhoneGap XDK, but I do not know how to incorporate my work in this simulator. Or do you know another simulator to test?

Was it helpful?

Solution

Importing your project into the appMobi PhoneGap XDK is pretty easy. First, create a new application in the XDK. You can do that from the big, round plus sign button in the upper left hand corner.

enter image description here

Next, open the project from your project list. Click on the grey folder icon to open your project folder.

enter image description here

Finally, drop your PhoneGap bundle (all the HTML,JavaScript, Images, etc) into the root of that folder. The PhoneGap XDK should start by opening the index.html file in that folder.

Cheers!

OTHER TIPS

you can test your app on android, iphone, windows phone emulators here are the necessary steps for each http://phonegap.com/start

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top