1

I tried to use my Acer Chromebook tab to debug my app in Android Studio but I have some troubles ...

I followed this documentation : https://developer.android.com/topic/arc/development-environment#debug_with_adb The last command I typed is "sudo ectool usbpd 0 dr_swap"

And when I type sudo "ectool usbpd 0", I have this : "Port C0: enabled, connected State:SNK_DISCOVERY Role:SNK UFP, Polarity:CC1"

I have nothing in Android or when I use sdk tools with the command "adb devices", the list is empty.

Could you help me please ?

Kyuubi06
  • 11
  • 1

1 Answers1

1

It looks like from your question that you are attempting to debug using USB rather than using ADB over network. Since you mentioned that you are using an Acer Chromebook, I do not believe that they support USB debugging (based on this Chromium Document).

Instead, what I would encourage is that you utilize ADB over network instead (don't forget to put your laptop in developer mode).

Alexander N.
  • 1,458
  • 14
  • 25