Android SL4A查询
如何将包含 python 源代码的压缩文件下载到 android SL4A 中?我尝试访问该网站并下载它,但下载总是失败。我还可以在 android 中安装 python-urwid 吗?
How do I download zipped files containing python source code into the android SL4A ? I've tried going to the website and downloading it but the download always fails. Also can I install python-urwid in android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
通过您的 Android 设备浏览器转到此处:
http://code.google.com/p/android-scripting
下载后 python*.apk 文件,点击它,然后打开 -->安装就应该安装了。
如果您在下载时遇到问题,可以将其下载到台式机,然后将其复制到您的计算机。
据我所知,urwid 无法在 SL4A 上安装。
Go to here throuh your Android device browser:
http://code.google.com/p/android-scripting
after you download the python*.apk file you click on it, then Open --> Install and it should be installed.
in case you have a problem to download it you can download it to your desktop machine then copy it to your computer.
as far as i know about urwid, you can't install.it on the SL4A.
您可以在命令提示符下使用以下命令解压缩文件并发送脚本文件。
确保运行此命令
adb devices
它将显示连接到计算机的设备列表。如果您看到您的设备,则可以运行上述推送命令。如果这不起作用,请告诉我。
you can unzip file and send script files using the below command on command prompt.
make sure you run this command
adb devices
it will display the list of devices connected to the computer. If you see your device then you can run the above push command.Let me know if this doesn't work.
您需要一个文件浏览器(我使用 andexplorer)将文件传输到 sl4a 的安装目录(最好在子目录中),然后在那里解压缩它们。
You need a file explorer (I used andexplorer) to transfer the files to sl4a's install dir (ideally in a subdirectory), and unzip them there.