Unity Remote 5 not working after following the steps

i run windows xp and unity 5.2.4 ,
install the last java version,
the last android sdk too,
spent 2 days to make my windows xp to recognize android devices and finally when i set a path to the android sdk and java jdk , select “any android devices” in the Edit, enable USB Debugging, the Remote app do nothing!

please help me, what am i missing here

i found a solution. here is how i did it if someone will find this topic in google:

1.connect your device to the pc (allow USB Debugging).

2.run cmd prompt and path to the folder platform-tools in the sdk. to path use “cd” and write this:

 C:\Documents and Settings\Administrator\AppData\Local\Android\Sdk\platform-tools

replace “C” or root folders if your files are located in other place.

3.after you path, write “adb devices” hit enter and if you get error message says:
“The procedure entry point WSAPoll could not be located in the dynamic link library WS2_32.dll.”
you need to download WinXP compatible “platform-tools” folder and replace it with the one you got:
http://dl-ssl.google.com/android/rep....0-windows.zip

after that you run again adb devices to check and should get:

List of devices attached 
000000000    device

done.