Cannot test for Android/Quest, will not let me select both platforms, and when building for Android I get an error

BuilderException: Unable to test avatar: Unable to locate Android Debug Bridge (adb.exe). Please be sure to install the Android SDK as a Unity module, or add adb.exe to the PATH.

Be sure to Install the Android SDK as a unity module, like it says.
If you have and it doesn’t work, try adding adb.exe to the PATH, like it says.

To do this, find where adb is in your editor install.
For me, this is PATH/TO/EDITOR/INSTALLS/2022.3.22f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/platform-tools/adb but it may be different on a windows machine.

if this folder doesn’t exist for you and you have installed the android SDK module, search for the platform-tools folder in the editor data folder and sub-directories.

then, locate adb.exe in this folder.

follow this guide to add adb.exe to the system PATH:

Then restart the computer. (may not be required but just to be safe)

If this does not work, try downloading adb at

and following the previous steps to add it to the path.

Best of luck!