0
How to download libraries or modules in python.?
I want to use androidhelper but after import it shows no module name "androidhelper"
4 Respostas
+ 3
You need to install it using the 'pip' command.
Go into the command line or shell, and type:
> pip install androidhelper
+ 2
You can use 'pydroid' app on Android. In the left menu in pydroid app, there is terminal option.
+ 1
Thank you "sandeep"
0
How can i use terminal to install with pip in android