简体   繁体   English

亚行挂在64位Linux OS上

[英]Adb hanging on 64 bit linux os

I'm trying to use adb on 64 bit linux (Linux Mint 15), and it's simply not working. 我正在尝试在64位linux(Linux Mint 15)上使用adb,但它根本无法正常工作。 I installed all the 32 bit libraries other questions of this sort were recommending, but to no avail. 我安装了所有32位库,但其他此类问题都建议使用,但无济于事。 Most of the other questions like this seemed to say that adb was giving an error message, but in this case it simply hangs for a long time whenever I give a command. 像这样的大多数其他问题似乎都说adb正在给出错误消息,但是在这种情况下,只要我发出命令,它就会挂起很长时间。 It eventually works, but hangs for quite a while, and I havn't been able to get it to work with eclipse. 它最终可以工作,但是挂了好一阵子,而我却无法使其与Eclipse一起使用。 Does anyone know how I can get it to work smoothly? 有谁知道我怎样才能使其顺利工作?

I found the solution. 我找到了解决方案。 My iptables were dropping local loopback network activity, and I changed that with sudo iptables -I INPUT -i lo -j ACCEPT 我的iptables丢弃了本地回送网络活动,我使用sudo iptables -I INPUT -i lo -j ACCEPT更改

Afterwards, adb worked for me. 之后,亚行为我工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM