- Home /
Android Build and Run Error
Hi, when I build my apk and manually install it on my android it works, but whenever I try to do it by using Build and Run, it stops and shows this message.
"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."
Also not sure if this has anything to do, but everytime I plug my device Unity shows this console error multiple times
"RI.Hid Failed to get preparsed data: The request is not supported."
Here is the full error on the console "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:/Users/Gerardo/AppData/Local/Android/android-sdk\platform-tools\adb.exe -s M4TEL SS990 shell getprop"
I read in other threads they solved this by force quitting the abd.exe in the task managaer, but this did not work for me ): Sorry for any bad english.
you may have problem with android communication if you are using windows then you can download Wonder share
this will handle communication part,works for me,may work for you 2
Answer by fuleriointer · Jul 22, 2016 at 08:50 PM
by Task Manager I did end adb.exe and works for me!