Android deploying working on OSX?

I have latest release 4.7.1 and still no Android devices shows up in Launch menu. Have tried with Shield,Shield tablet and HTC Nexus 9.
Installed Nvidia TAPD, paths are showing correct in terminal. I can see the device(s) with adb device and i can deploy Android programs from Android studio, Eclipse and Unity. Devices also show up in Nvidia analysing tools correctly.

Is this expected or should Android deploying really work? Using 2014 macbook with 10.9.5

Also tried project packaging with tappyChicken and that does not work either. So basically i cannot get anything run on my device. Now trying to build basic 3rd person shooter scene…

Any ideas what might still be wrong in my setup? I also removed all other references to existing SDK’s i had in .bash_profile to make sure there is only Nvidia TAPD written ones in there and they are pointing to right folders. Only addition is JAVA_HOME.

Got it working! UE was, for some reason, unable to find paths right. Even if they work just fine from terminal and other programs. After setting them manually
from UE it founds my Shield tablet. Deployed and run simple shooter scene.