Trying to deploy an APK to Oculus Quest 2 but Unity isn't finding the device

Hi there,

I’m trying to load an APK onto my Quest 2 but Unity doesn’t find it in the editor. I’m using XRTK.

Things I’ve done to try to fix the issue:

Turned on developer mode on Quest 2
Allowed my PC to access my Quest via the Quest itself and my PC
Tried several different Unity versions (2018.4.12, 2018.4.18LTS, 2020.2.1f1)
Tried uninstalling and reinstalling Unity
Tried uninstalling and reinstalling all packages
Tried uninstalling and reinstalling Android APIs, Android Studio, Android NDK and Android JSK
Tried swapping cables
Tried restarting the Quest 2
Tried restarting my PC

I’m not sure what else to do… Does anyone have any suggestions?

@mfuad You seem to be the person who’s been helping the most in XR… Do you know why this is happening?

I can’t find anything in the forums or on Google…

That’s a lot of trying! First thing is always to just use adb logcat from the Android SDK to see if you can read the device’s logs. If you can’t do that, nothing else will work. Start at the start.