- picpic2006
- Posts: 71
- Joined:
State of the bug from ADB.exe process
Hello,
I open a new thread for a little question !
I have the same bug as lot of peoples with the last version of unity and noesis. If i hit play while adb.exe process is running i have big freeze in the editor !
I understand that is a probably unity side bug but have you further information about it, and have investigate for the reason of that !
Thanks
I open a new thread for a little question !
I have the same bug as lot of peoples with the last version of unity and noesis. If i hit play while adb.exe process is running i have big freeze in the editor !
I understand that is a probably unity side bug but have you further information about it, and have investigate for the reason of that !
Thanks
-
sfernandez
Site Admin
- Posts: 3188
- Joined:
Re: State of the bug from ADB.exe process
The best solution I found for this problem is to add to the "Startup" menu a batch file that launches the adb process when Windows OS starts.
This way, the process is already running when starting Unity and it never tries to launch that process again, avoiding the annoying lock-up problem.
The StartADB.bat file I have in my Startup menu does the following:
This way, the process is already running when starting Unity and it never tries to launch that process again, avoiding the annoying lock-up problem.
The StartADB.bat file I have in my Startup menu does the following:
Code: Select all
call adb devices
Who is online
Users browsing this forum: Google [Bot] and 3 guests