Eclipse and Android: cannot debug on Samsung Galaxy S2 because not detected

前端 未结 5 1035
眼角桃花
眼角桃花 2021-01-13 09:00

I am just starting to learn on Android development. I use Ubuntu 11.10 and Eclipse. I have installed the needed plugins from android development, and I have also write yet s

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-13 09:45

    Execute the following command from a terminal

    $ echo "0x04e8" >> ~/.android/adb_usb.ini
    

    and restart adb using

    $ adb kill-server
    $ adb start-server
    

    check if the device is listed using adb devices

提交回复
热议问题