I have tried copying over and packaging a very simple app built in ST2 over into an Adobe Air project. The ST2 app works by itself in a browser window.
1) Use the sencha packager to deploy to a folder.
2) Setup the xml file for the for the Adobe Air project in the deploy folder.
3) Use the Adobe Air adl command line utility to launch the app.
I get "TypeError: Result of expression 't' [undefined] is not an object."
The required Air js file is referenced in the app.json file.
I have tried searching the forums and internet for a tutorial on how to do this, but I have been unable to find anything.