Is there a way to use android.py module without installing SL4A?
I mean I have Python running on android successfully from Terminal Emulator. Can I use that module without installing that layer (or if I can't install it anymore)?
asked Oct 30, 2012 at 10:46
alexeyprog
8361 gold badge10 silver badges24 bronze badges
1 Answer 1
No, because the SL4A package provides the facade to make device API calls, acting as a middleman. Without it you might be able to import it, but you could not be able to make any API calls.
Sign up to request clarification or add additional context in comments.
1 Comment
alexeyprog
Thank you very much! That is the answer I've been waiting for. But not the one I would be satisfied with.
Explore related questions
See similar questions with these tags.
lang-py
android.pydoesn't depend on any otherSL4Alibraries, you can copy it in pythonliband start using...