Error: Unhandled error: Error: ENOENT, no such file or directory 'D:\Android SDK\build-tools'

Build Path set by below scenario

set ANDROID_PLATFORM_TOOLS=“D:\Android SDK\installer_r24.4.1-windows\platform-tools”
set ANDROID_TOOLS=“D:\Android SDK\installer_r24.4.1-windows\tools”
set ANDROID_BUILD_TOOLS=“D:\Android SDK\installer_r24.4.1-windows\build-tools”

set path =%path%;%ANDROID_PLATFORM_TOOLS%;%ANDROID_TOOLS%;%BUILD_TOOLS%

after that
Run time error exist like below

error: Unhandled error: Error: ENOENT, no such file or directory ‘D:\Android SDK\build-tools’

Can explain detail

i am new for APPIUM