Problem debug on Android device

Hello. I’m tried “build & run” on android device model is “Highscreen Zera F” but i have a trouble. Console said me about problem
“Error building Player: CommandInvokationFailure: Unable to retrieve device properties. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details.
C:/Program Files (x86)/Android/android-sdk\platform-tools\adb.exe -s Zera F shell getprop”
I think this problem is due to device name which contain space symbol.
Could I change device name or change command line to ‘adb.exe -s “Zera F” shell getprop’?

Unity’s authors, answer, please