如何在 Raspberry Pi 3B 上查看 Android Emteria OS 的 Logcat 输出?

How to see Logcat output from Android Emteria OS over Raspberry Pi 3B?

我通过使用 USB 记忆棒将 APK 复制到 Raspberry 来安装我开发的应用程序,而不是直接从 Android 工作室 运行 安装它。

因为根据this and this,好像没有别的办法了。 (更新:根据接受的答案证明是错误的

当我使用 USB 或 ADB cable, it is not seen as a device, neither in Android studio or the ADB tool and when I use PuTTY 将 Raspberry 连接到我的 PC 时,我只看到一个空白的控制台屏幕。

现在,我需要查看 android 应用程序的 Logcat 输出,该应用程序安装在 Raspberry pi 3B 上的 Emteria 上,以便能够调试我的应用程序。

有办法实现吗?

似乎解决方案是通过 wifi 连接,然后:

adb connect <IP of your device>

更多信息在 http://geomodule.com/sw-eng-notes/2018/12/23/raspberry-pi-how-to-install-emteria-os-android-google-play-and-synthesia/