Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
6
Question by Neowb · Jan 08, 2021 at 10:15 PM · android buildsdkunity remote

CommandInvokationFailure: Unity Remote requirements check failed

hello, so I am currently building an android game, I installed the Android SDK and JDK files using Unity Hub and I want to try the game on my phone and downloaded Unity Remote 5, but when I try to play it in Unity, it just gives me this error;

 CommandInvokationFailure: Unity Remote requirements check failed
 C:\Users\PNP-AIDG\AppData\Local\Android\sdk\platform-tools\adb.exe forward tcp:7201 tcp:7201
 
 stderr[
 adb.exe: error: no devices/emulators found
 ]
 stdout[
 
 ]
 exit code: 1
 UnityEditor.Android.Command.WaitForProgramToRun (UnityEditor.Utils.Program p, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <d76da2c9a45b4b02b93f56ae560b1d44>:0)
 UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <d76da2c9a45b4b02b93f56ae560b1d44>:0)
 UnityEditor.Android.Command.Run (System.String command, System.String args, System.String workingdir, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <d76da2c9a45b4b02b93f56ae560b1d44>:0)
 UnityEditor.Android.ADB.RunInternal (System.String[] command, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <d76da2c9a45b4b02b93f56ae560b1d44>:0)
 UnityEditor.Android.ADB.Run (System.String[] command, UnityEditor.Android.Command+WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) (at <d76da2c9a45b4b02b93f56ae560b1d44>:0)
 UnityEditor.Android.ADB.Run (System.String[] command, System.String errorMsg) (at <d76da2c9a45b4b02b93f56ae560b1d44>:0)

And I just dont know how to fix this problem, anyone have any ideas?

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image GuaxinimDantas · Jan 14, 2021 at 09:00 PM 0
Share

Having the same problem here (since I installed Unity 2019.4.17f1 and 18f1 didn't fixed it)... Any progress or fix found?

FYI, this error is not affecting my builds at all. And my game is running normally in the editor too, just remove "ERROR PAUSE" from your console and the game will run normally.

avatar image Neowb · Jan 15, 2021 at 05:12 AM 0
Share

IDK, but this error is affecting $$anonymous$$e, I can't run the game in my Unity Remote

7 Replies

· Add your reply
  • Sort: 
avatar image
9
Best Answer

Answer by osp1029 · Jun 30, 2021 at 02:28 PM

If someone is still looking for the solution, this worked for me: https://stackoverflow.com/a/66345155/10829384

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
19

Answer by uitel2 · Jan 22, 2021 at 09:34 PM

Got it! If you dont connect a proper phone to pc to test the app, then go to player settings, editor, Unity remote, device, and select "none". :)

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image manirana94 · Mar 02, 2021 at 06:34 AM 1
Share

Thank you this solution worked for me :)

avatar image samashi_12 · Mar 03, 2021 at 01:45 AM 1
Share

You the best ever. Thank you so much :)

avatar image
5

Answer by sj631 · Apr 16, 2021 at 11:08 AM

Edit -> Project settings -> Editor -> Unity Remote/Device -> set to None

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Qiyamah · Jan 20, 2021 at 01:16 PM

I'm not sure which of the following may help you, as I tried a bunch of things before I got the error message to disappear once and for all.


  • Under the "Preferences / External Tools" menu, if you have overwritten the Android SDK Tools path (or any other path on this menu) for a previous Unity version, try reverting back to the default path assuming it's installed in that location.

  • Assuming the paths are all correct, re-open Unity on your PC and connect your Android device with Unity Remote open. (Follow the usual checks/steps that you had to perform to get Unity Remote working initially)

    I noticed this error can be toggled on and off by going to the "Project Settings / Editor" menu and setting the "Unity Remote / Device" drop down to "None". However this will obviously prevent you from working with your Android device so it's not a solution.

    To solve this issue, I suspect you need to "refresh" a cached reference to your Android device (that you've used in the past for this project with Unity Remote). Just my guess though.

Hope this helps!

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image FLS2804 · Jan 24, 2021 at 11:12 AM 0
Share

Do you have any other information for that error?

avatar image Qiyamah FLS2804 · Jan 24, 2021 at 12:35 PM 0
Share

Try connecting the Android device that you've previously used with Unity Remote whilst Unity is running. The error is complaining that it cannot find any available Android device or emulator to use. Follow the steps you would usually take to get Unity Remote (Android) working in the first place.

avatar image FLS2804 Qiyamah · Jan 24, 2021 at 02:20 PM 0
Share

I read something about new install the sdk. I tried that but still the same error. Is my sdk path wrong?

avatar image
0

Answer by ahmedaniss · May 23, 2021 at 06:05 AM

Problem fixed here : https://youtu.be/pfzkvoGm4pQ

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

124 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

CommandInvokationFailure 0 Answers

Failed to re-package resources (integrating Facebook SDK 7.0.1) 1 Answer

Android build gradle failed 1 Answer

Failed to find Build Tools revision 29.0.0 - Android Builds 4 Answers

SDK Problem, Can´t find SDK path on Unity 2019.4.2 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges