所以......这个问题让我头撞墙约两天了。当我尝试运行我的android项目时,标题字段中提到的错误出现在弹出窗口中。我在32位Linux-mint发行版上使用android studio。我已经尝试过波纹管解决方案但是,没有人解决了这个问题。
Go to Tools -> Android -> Enable ADB entegration
adb kill-server
adb start-server
adb devices
daemon not running. starting it now on port 5037
daemon started successfully
List of devices attached
.
.
没有列出任何设备
Reading state information... Done
E: Unable to locate package lib32z1
E: Unable to locate package lib32z1-dev
E: Unable to locate package lib32stdc++6
E: Couldn't find any package by regex 'lib32stdc++6'
答案 0 :(得分:5)
现在已经解决了!降级平台工具版本就可以了。 https://askubuntu.com/questions/714653/adb-android-studio-ubuntu-error-unable-to-detect-adb-version-adb-output-hom
谢谢你!如果可以的话,我现在就给你一个大大的拥抱。
答案 1 :(得分:0)
你可以使用包经理的adb :(至少在ubuntu上,但是薄荷来自ubuntu,所以它也应该在那里工作)
sudo apt-get install android-tools-adb
然后使用普通终端:adb shell
这看起来很明显,但可以在手机上启用USB调试。