I have found a post on Stackoverflow[1] from about 7 months ago, but I am not sure if anything has changed.
So can I obtain the java version of the code making calls to the android sdk?
Thanks for the help.
1.http://stackoverflow.com/questions/4217551/what-happens-to-javascript-code-after-app-is-compiled-using-titanium-mobile
1 Answer
That code is in the github repository plus some code generated by the build which is in your build directory. In production the JS code is stored compiled by the JS engine (Rhino). In dev mode we send over the source text.
Your Answer
Think you can help? Login to answer this question!