android - 无法在 Intellij : "Warning: debug info can be unavailable." 中调试 android 应用程序

标签 android debugging intellij-idea

我正在尝试在 Windows 7 上使用 Intellij 13.0 调试应用程序。 每当我开始调试时,我都会收到以下警告:

Warning: debug info can be unavailable. Please close other application using ADB: Monitor, DDMS, Eclipse"

我已经在设备和模拟器中对其进行了测试。 我唯一打开的是 Intellij。我也尝试在开始调试之前关闭 adb,但没有任何改变。

最佳答案

对我来说,这种情况发生在设备通过 USB 连接并启用 adb tcpip(ADB 处于 Wi-Fi 模式)时。

只需使用连接的设备运行命令 adb usb 并再次尝试调试。

关于android - 无法在 Intellij : "Warning: debug info can be unavailable." 中调试 android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27909155/

相关文章:

java - NotifyDatasetchanged 不起作用。单击按钮后应用程序崩溃

c# - .NET 的核心转储实用程序

intellij-idea - 如何在 PhpStorm 中调整拆分器的大小

intellij-idea - IntelliJ IDEA 一行函数格式化

android - ClassNotFoundException : “androidx.work.impl.WorkManagerInitializer”

安卓:为什么是包裹?

android - 为什么即使设置了 FLAG_NO_CREATE,PendingIntent 也会触发 onCreate

c++ - 未知错误,调试器只给我一个内存地址

visual-studio - 有没有办法将 Visual Studio 或 MATLAB 中的程序执行顺序设为 "map"?

intellij-idea - 如何让 IntelliJ 强制我在 Kotlin 中指定类型?