4

I want to develop an application in Python for Android using SL4A and I want to know whether is possible to sell it as an application on Android Market.

mrgorefest
  • 81
  • 5

3 Answers3

2

I believe you should be able to after you have embedded your script into an APK. Take a look at this on the android-scripting wiki.

Michael Stubbs
  • 233
  • 3
  • 8
0

I've done this, and users seem okay with downloading the interpreter.

user
  • 86,916
  • 18
  • 197
  • 190
Diamond Dave
  • 97
  • 1
  • 9
  • I've ported ALL my sl4a apps to eclipse apk, it embeds with the python interpreter: A) Android Eye (Computer Vision): [link](https://play.google.com/store/apps/details?id=com.androideye.androideye) B) See Say (OCR) Picture to Speach: [link](https://play.google.com/store/apps/details?id=com.seesay.seesay) C) [omit] D) Standardized IQ Test: [link](https://play.google.com/store/apps/details?id=com.iqtest.iqtest) E) Picture Drinks: [link](https://play.google.com/store/apps/details?id=com.picturedrinksnew.picturedrinksnew) – Diamond Dave Oct 15 '12 at 08:11
0

But this APK still requires an installed interpreter which makes it not really comfortable. The APK includes a bootstrap installer but that does not work for me on the emulator.

schlamar
  • 9,238
  • 3
  • 38
  • 76