-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote debug button for Android not enabling automatically after installing build template for Gradle build #93531
Comments
@BastiaanOlij A quick workaround until the issue is fixed is to unplug and replug the Quest device. |
I found that to not work consistently, though it could be that I plug it back in too quickly :) |
My guess is: |
The issue was due to #92032 and is being resolved in #94425. |
Tested versions
System information
Windows 10 - Quest 3
Issue description
The remote debug button to push out a game to your android device, when you have "Use Gradle Build" stays disabled even after installing the Android build template. You have to restart the project before it finds out you've done so.
I'm assuming this is caused by a recent improvement where we're not adding entries to this menu that can't be run. However it is not reacting to resolving the reason.
Especially when you are testing fixes and continuously replacing the build template, it can get a little annoying :)
Steps to reproduce
Android
folderMinimal reproduction project (MRP)
n/a
The text was updated successfully, but these errors were encountered: