我是靠谱客的博主 美满未来,最近开发中收集的这篇文章主要介绍android 7 sl4a,SL4A蟒蛇作出android手机,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

import android

droid = android.Android()

droid.makeToast(u"ascc4r")

运行此代码时,我得到以下错误:

pydev debugger: starting

Traceback (most recent call last):

File "C:UsersTibiDesktopadt-bundle-windows-x86_64-20130917eclipseplugins org.python.pydev_2.8.2.2013090511pysrcpydevd.py", line 1446, in

debugger.run(setup['file'], None, None)

File "C:UsersTibiDesktopadt-bundle-windows-x86_64-20130917eclipseplugins org.python.pydev_2.8.2.2013090511pysrcpydevd.py", line 1092, in run

pydev_imports.execfile(file, globals, locals) #execute the script

File "C:UsersTibiworkspace26src26module.py", line 7, in

droid = android.Android()

File "C:Python26libandroid.py", line 34, in __init__

self.conn = socket.create_connection(addr)

File "C:Python26libsocket.py", line 547, in create_connection

for res in getaddrinfo(host, port, 0, SOCK_STREAM):

socket.gaierror: [Errno 11001] getaddrinfo failed

环境设置: - Python 2.6.6 - set ap_port = 9999 - adb forward tcp:9999 tcp:xxxx(xxxx,我在电话上启动服务器) 我的android.py位于Python/Lib文件夹中。

更新: 我尝试了CMD中的这3个指令,它的工作,使吐司。所以我认为这个错误出现在ADT包或Eclipse Python插件中。

什么是Errno 11001?

+0

尝试使用SL4A模块代替(进口SL4A) 。 –

最后

以上就是美满未来为你收集整理的android 7 sl4a,SL4A蟒蛇作出android手机的全部内容,希望文章能够帮你解决android 7 sl4a,SL4A蟒蛇作出android手机所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部