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

Popular posts from this blog

glTF loader for Android Vulkan

Drawing textured cube with Vulkan on Android

How to train custom objects in YOLOv2