美文网首页
Problem running adb – Windows XP

Problem running adb – Windows XP

作者: tpkeeper | 来源:发表于2017-03-07 15:09 被阅读240次

**在XP上运行 adb.exe WS2_32.dll找不到WSAPoll **
Solution: this error is due to Windows XP does not support versions of Android SDK platform-tools later than 23.In order to fix it and get android running you should downgrade your platform-tools version following these steps:

  • Find your Android SDK folder
  • Locate the “platform-tools” subfolder and rename it to “platform-tools-backup” (just to keep a backup copy of the original platform-tools folder).
  • Download from google repository the folder version to downgrade from http://dl.google.com/android/repository/platform-tools_r23-windows.zip and unzip it.
  • The unzipped folder contains a platform-tools folder that has to be moved to your Android SDK folder replacing the once we backup in step 1.
  • Now, when you execute the adb.exe it should work.

相关文章

网友评论

      本文标题:Problem running adb – Windows XP

      本文链接:https://www.haomeiwen.com/subject/tungittx.html