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.
每次我尝试从 IntelliJ 运行我的应用程序时,我一直收到 ADB 没有响应,请重新启动或等待错误。我使用 adb connect 192.... 从终端连接到我的手机。任何人都可以帮忙吗?
我设法通过在终端窗口 sudo apt-get install libncurses5:i386 中运行此命令来解决我的问题。这会安装一些缺少的库。
遇到同样的问题,对我有用的解决方案:
sudo apt-get install ia32-libs
安装后 adb 运行良好,无需重新启动或重新安装任何东西。
我的环境:InteliJ IDE 12.1.4,ubuntu 13.04 64bit,adb 1.0.31