Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在android.py不安装 SL4A 的情况下使用模块?
android.py
我的意思是我从终端模拟器成功地在 android 上运行了 Python。我可以在不安装该层的情况下使用该模块(或者如果我不能再安装它)吗?
不,因为 SL4A 包提供了进行设备 API 调用的外观,充当中间人。如果没有它,您可能可以导入它,但您无法进行任何 API 调用。