adb command not found in linux environment

前端 未结 21 1362
有刺的猬
有刺的猬 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:25

    updating the $PATH did not work for me, therefore I added a symbolic link to adb to make it work, as follows:

    ln -s /platform-tools/adb /tools/adb
    

提交回复
热议问题