adb command not found in linux environment

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

    I was getting this error also and Ubuntu suggested me to install it so I installed* it and this worked in my case.
    * - sudo apt-get install android-tools-adb

    Note:x64 architecture

提交回复
热议问题