Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

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.