Android device detect by Mac OSX
you need to update the PATH for tools/ and platform-tools/ folder.
type nano ~/.bash_profile
export PATH=${PATH}:/Users/(username)/Desktop/android-sdk/tools
export PATH=${PATH}:/Users/(username)/Desktop/android-sdk/platform-tools
save it
type
adb devices
show:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
HT95FKF0xxxx device
Comments
Post a Comment