**在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.
网友评论