社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
私信  •  关注

pz64_

pz64_ 最近创建的主题
pz64_ 最近回复了
6 年前
回复了 pz64_ 创建的主题 » 如何在我的android代码中使用python代码?

playstore中有一个名为qpython3的应用程序,可以用于编辑和运行python脚本。

Playstore link

另一个名为termux的应用程序,您可以在其中使用命令安装python

pkg install python

Playstore Link

如果你想开发应用程序,有 Python Android Scripting Layer (SL4A) .

The Scripting Layer for Android, SL4A, is an open source application that allows programs written in a range of interpreted languages to run on Android. It also provides a high level API that allows these programs to interact with the Android device, making it easy to do stuff like accessing sensor data, sending an SMS, rendering user interfaces and so on.