把手機連上電腦后,調式模式也已經打開,可以看見Eclipse不斷嘗試連接上手機,可是最后還是顯示錯誤。
提示錯誤如下
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
而這一現象是不會在Linux里面出現的。
原因是window下的adb有個最大連接限制是64個,而Linux下面沒有,我們只需要把打過補丁的ADB覆蓋之前的就可以了
Android開發,適用與window下修改過最大鏈接數的adb補丁,下載過來直接覆蓋就可以使用