0

I'm confused how the the android scripting enviornment is supposed to work. Is there a relatively easy way to include python scripts that I run from my java code without making the users download any new applications or anything? Or am I completely misunderstanding how ASE works?

Falmarri
  • 47,727
  • 41
  • 151
  • 191

2 Answers2

0

This might help a bit, if it is what you meant

http://code.google.com/p/android-scripting/wiki/SharingScripts#Scripts_as_APKs

Grace B
  • 1,386
  • 11
  • 30
0

I think you can't. It still require the sl4a executable env, although you packaged your scripts into an APK.

jinghli
  • 617
  • 4
  • 11