How can usb debugging for Kindle Fire can be enabled on a Linux (Ubuntu)?

后端 未结 3 1030
一生所求
一生所求 2021-02-07 03:40

I am trying to do some Android development on a Kindle Fire, however I am having trouble making my Ubuntu 11.04 recognize the device for using it with the ADB. I\'ve added a lin

3条回答
  •  梦毁少年i
    2021-02-07 03:55

    1. Add a single line to: ~/.android/adb_usb.ini. The content of the line: 0x1949
    2. Restart server

      $ adb kill-server

      $ sudo adb start-server

    Worked for me on Ubuntu 11.10

提交回复
热议问题