Can anyone tell me how to test sencha touch app on mobile devices(android) physically before wrapping it up or production?
1
votes
1 Answers
0
votes
You can use Phonegap/Apache Cordova for that. At our company we use sencha build to build our sencha app, use cordova to package it as a native one, installs it in the devices (iPhone/iPad/Android Phones/Android Tablets) and then test.
For getting started on Android, you can use this official getting started guide.