Using Unity 4 Remote

I need some help. I cant seem to get my game to play on my phone. I have Unity 4 remote installed and running before I open Unity. My platform is set to Android, I changed the settings in the editor to any android device. My device is plugged in with the usb and ready to go but when I press play it runs on the computer not the phone. Any help would be appreciated. I looked everywhere online and havent seen anything extra that I am not doing.

Thanks

Using Unity4 or Unity5?

make sure of these few things really quick

  1. mobile input is enabled
  2. android is updated
  3. try using different usb ports
  4. unplug and plug it in right before you try to run the game

I fixed it. Apparently I had Android Studio and separately Android SDK. The Android Studio was all updated but the SDK was not and they were causing errors together. So I uninstalled Studio and updated the SDK and it works great now.