CommonsWare
CommonsWare

Reputation: 1006674

How Do I Enable ADB Debugging on Chrome OS?

According to both Google and Google, if I enable Linux on Chrome OS, then in Settings' "Linux (Beta)" section, I should see a "Develop Android apps" option.

So... how do I enable ADB debugging on the Samsung or the Acer?

Or, another way to look at it: how do I know whether a given Chrome OS device model will or will not support ADB debugging, besides actually trying to set it up? It is difficult to plan on getting something else for testing if I do not know whether it will support ADB before buying it.

Upvotes: 6

Views: 7343

Answers (3)

marstone
marstone

Reputation: 704

looks like that devices without TPM 2.0 will never get this feature.
this following issue was marked as won't fix

Source: https://bugs.chromium.org/p/chromium/issues/detail?id=1072174

Upvotes: 2

Homer Wang
Homer Wang

Reputation: 590

With Linux development environment (Beta) enabled,

Go to Settings of the Chromebook
Enter "android" on the search bar on top,
Select "manage Android preferences"
then you will enter generic Android setting page in a new window.

Scroll down at bottom select "System",
then select "Developer options"

I found my ADB debugging there.

Upvotes: 5

ALUFTW
ALUFTW

Reputation: 2472

It's a known issue since September 20.

There is no official response from google about this issue yet.

According to Google's product platinum expert DennyL:

"I believe it has to do with the architecture and/or the kernel version used on the device" ......... "So far, there have been no authoritative responses but we hope to see something soon."

Source: https://support.google.com/chromebook/thread/71852070?hl=en

Upvotes: 3

Related Questions