Search Unity

Bug Hanging on adb (Android) process when entering play mode

Discussion in 'Linux' started by logic-cpp, Oct 30, 2015.

  1. logic-cpp

    logic-cpp

    Joined:
    Mar 11, 2013
    Posts:
    24
  2. mortalglitch

    mortalglitch

    Joined:
    Aug 26, 2015
    Posts:
    26
    I was having this happen as well. When starting Play Mode currently for the first time after launch I normally have to launch a terminal and run "adb kill-server" then run "adb devices"(or similar to start the the process again). One odd thing is the first "adb devices" command if performed quickly tends to trigger a adb process launch failure then the second seems fine.

    I also don't know what started this issue as mine was working fine without doing this for weeks. Then I started messing around with Unity Remote and built one Android application, so I'm not exactly sure which of these triggered the issue initially.