三.問題匯總(持續更新...)


1.adb server is out of date.killing的解決辦法:http://jingyan.baidu.com/article/d621e8da0dee022865913fce.html

2.GENYMOTION問題之an error occurred while deploying a file install_failed_no_machine_abis:

  參考:http://www.hongyanliren.com/2014m12/22966.html、http://download.csdn.net/detail/iaiti/8224603

 升級最新的Android Sdk,發現Android不能發現genymotion模擬器,同時使用adb shell命令發現錯誤如下:
  $ adb shellaadb server version (32) doesn't match this client (35); killing...
  error: could not install *smartsocket* listener: Address already in use
  A
  ADB server didn't ACK
  *
  * failed to start daemon *

  error: cannot connect to daemon

  或C:\Users\596555>adb start-server
  adb server version (32) doesn't match this client (36); killing...
  error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:
  通常每個套接字地址(協議/網絡地址/端口)只允許使用一次。 (10048)
  could not read ok from ADB Server
  * failed to start daemon *
  error: cannot connect to daemon
解決方法:原來是genymotion中的adb命令被占用沖突了,直接打開genymotion的Setting,切換到第四個標簽頁(ADB),選擇Use custom Android Sdk tools,然后選擇我們開發使用的Sdk路徑即可。(參考:http://blog.csdn.net/guijiaoba/article/details/51034695)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM