Android 找不到设备(不知道为什么)
Android device not found (dont know why)
我格式化了我的笔记本电脑并再次安装了 eclipse 和其他东西。当我 运行 应用程序时,我收到此消息:
Installation error: Unknown failure Please check logcat output for
more details. Failed to install ****.apk on device 'emulator-5554':
device not found com.android.ddmlib.InstallException: device not found
Launch canceled!
有人知道为什么吗?
从命令行试试这个:
adb kill-server
adb start-server
此外,您应该迁移到 Android Studio, there is a better support and the Eclipse ADT plugin is no longer supported by Google。
我格式化了我的笔记本电脑并再次安装了 eclipse 和其他东西。当我 运行 应用程序时,我收到此消息:
Installation error: Unknown failure Please check logcat output for more details. Failed to install ****.apk on device 'emulator-5554': device not found com.android.ddmlib.InstallException: device not found Launch canceled!
有人知道为什么吗?
从命令行试试这个:
adb kill-server
adb start-server
此外,您应该迁移到 Android Studio, there is a better support and the Eclipse ADT plugin is no longer supported by Google。