我格式化了笔记本电脑并再次安装了eclipse。当我运行应用程序时,我收到此消息:
安装错误:未知故障请检查logcat输出 更多细节。无法在设备'emulator-5554'上安装****。apk: 找不到设备com.android.ddmlib.InstallException:找不到设备 发布已取消!
有谁知道为什么?
答案 0 :(得分:1)
Try with this from the command line:
adb kill-server
adb start-server
Also, you should migrate to Android Studio, there is a better support and the Eclipse ADT plugin is no longer supported by Google.