adb command not found in linux environment

前端 未结 21 1350
有刺的猬
有刺的猬 2020-12-07 19:07

While implementing the BluetoothChat application .apk inside G1 device, it always pops up a message:

$adb install -r /home/parveen/workspace/BluetoothChat/bi         


        
21条回答
  •  粉色の甜心
    2020-12-07 19:15

    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

提交回复
热议问题