CommandInvokationFailure: Unable to install APK to device. (766058)

I can’t seem to get a successful install of an Android build. I’m running on Windows 10 with Unity 2019.2.11f1.

CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details

Under External Tools, Android, all the options are checked:
JDK Installed with Unity
Android SDK Installed with Unity
Android NDK Installed with Unity
Gradle Installed with Unity
Stop Gradle daemons on exit

Hi, the message says

Do you see any additional errors in the Unity editor’s console? Blindly guessing, you are running into one of these: you already have an app installed on your device with the same bundle id but signed with a different key, or you have selected higher min sdk version than your phone has, or your phone ran out of space.

1 Like

Looks like it was due to an older version.
Why wouldn’t it just update it?

I had this same issue. Uninstalling the app from my android device solved the problem

1 Like