Is it possible to get ADB and Fastboot for Android working in Ubuntu running on the ARM Samsung Chromebook under crouton? I'm having no luck finding an answer.
1 Answer
yes you can install ADB and Fastboot.
First update Repository
sudo add-apt-repository ppa:phablet-team/tools && sudo apt-get updatethen install ADB and Fastboot
sudo apt-get install android-tools-adb android-tools-fastbootAfter installation check the ADB connection by
connect device via USB cable
Tpye adb devices and hit enter you will get an id of device connected to system.