Search Unity

Problem debug on Android device

Discussion in 'Editor & General Support' started by Grinay, Oct 21, 2014.

  1. Grinay

    Grinay

    Joined:
    Jul 6, 2013
    Posts:
    27
    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'?
     
  2. Grinay

    Grinay

    Joined:
    Jul 6, 2013
    Posts:
    27
    Unity's authors, answer, please