Connecting to Chrome OS via ADB
July 15, 2017
This is part of my series on developing with Chrome OS
You need to put your Chromebook in Developer Mode First.
Enabling ADB Debugging
https://developer.android.com/topic/arc/index.html#setup
First you have to allow ADB through the firewall. Go to crosh ([CTRL][ALT][T]) and drop to shell. You may need to setup a password via VT-2 first. I set one up when I first did this, but now reading things I…