While implementing the BluetoothChat application .apk inside G1 device, it always pops up a message:
$adb install -r /home/parveen/workspace/BluetoothChat/bi
For Ubuntu 20.04
After trying many solution
sudo apt install adb
worked for me.
After installing try command adb devices for starting daemon successfully then again use same command adb devices to get the list of devices
adb devices