Skip to content Skip to sidebar Skip to footer

How To Solve Unity "no Compatible Android Device Found"

I have a Unity app that I've been developing and about to release, I was trying to resolve one last bug and I uninstalled and reinstalled Unity as a last ditch effort. When I got b

Solution 1:

  1. Install the driver for Android device on your computer.

  2. Enable DEBUGGING in your Android device.

For Unity to be able to detect your Android device, it must be recognizable by the ADB program.

Solution 2:

May be due to missing of ADB. install the ADB

Solution 3:

So in the end, what worked for me, I went in and uninstalled Java entirely from my computer and then I reinstalled the latest version.

This worked. I know it's less than ideal but It was the only thing.

I appreciate the help but my ADB was working just fine, I could find my device and Unity could see my device until I tried to build and then it would be lost. Also, yes, debugging was on in my android.

Solution 4:

You might have to revoke all authorizations on your phone settings and then plug it back in again.

More info here:

Problems trying to get USB Debugging working on Windows 7 (Android)

Post a Comment for "How To Solve Unity "no Compatible Android Device Found""