We have download ADB and copy files into C:\Windows\system.
These files are:
However, when we run adb command, we get error.
adb devices
The error is: CreateProcess failure, error 2
How to fix this error?
The system of us is Windows 7, 64 bit.
The solution is that you should copy adb files into C:\Windows\SysWOW64
Then run adb devices, you will find this error is fixed.