+ 13
[ Please Help ] Installing Apk Builder on PyDroid
I'm good at python programming so I wanted to create my own apps using qpython ( Python IDE for android ) to do that but it requires PC so I downloaded PyDroid 3 to do that because it contains much better Tools so I wanted to install Apk builder from Android SDK on the terminal but the terminal doesn't contain the "sudo" or the apt systems how can I install the Apk builder on the terminal so I can build my apps the existing pip supports requirements doesn't need a LICENSE or README.txt Note: its Debian
4 Respostas
+ 3
Hello Warlord,
I have also the same problem.
I'm still using Pydroid 3 which is not included "apt" and "sudo" so I'm unable to make an apk using "buildozer" because it required "git" and git is not support Pydroid 3.
So, we can use Termux app.
It is a linux terminal for android.
And these have also apt and it also supports sudo so we can use this for using apt,sudo.
Termux app also support Python 3 and pip so we can also run python programs in Termux app.
We can code the app in Pydroid 3 and test it. After this we can use Termux app for packaging applications.
+ 1
Hi warlord
I'm having the same problem please tell me the solution if you got it
0
Please tell me,buildozer in pydroid3 seem not working.