Answer the question
In order to leave comments, you need to log in
Is there an analogue of the sl4a module for PC?
Good afternoon.
Wrote a script in Qpython installed on the phone. I wanted to build an application using the kivy framework, but ran into a problem. The fact is that the command: pip search sl4a, finds only the emulator: sl4a_pydroid_mock_api - Simulates the SL4A Python API for Android and I doubt very much that this will work on the phone.
In qpython like this:
import sl4a
droid = sl4a.Android()
I tried to do this as in the book Beginning Android Tablet Programming - Robbie Matthews:
droid = android.Android(), but the command: adb logcat caught an error that the system is not familiar with such module: android
in general how do i use the sl4a module to build the buildozer'om app?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question