-
Notifications
You must be signed in to change notification settings - Fork 218
Fixes #618 Support debug and release builds on device simultaneously #908
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
One question, why do we need to duplicate the logos?
Will this work correctly on Oculus? I assume when we install the debug version you will have to launch it from adb as the debug version won't be visible in the launcher? |
@MortimerGoro I change the logo just so it's more obvious that it's a debug build but that can be removed or changed for any other logo. @rbarker it does work ok Oculus, just the store app will show in the apps shelf and the debug app will show in the unknown sources list. I couldn't find a way for the debug build to show in the apps shelf. |
b7d74b0
to
71d4252
Compare
I would prefer this be a |
71d4252
to
17a21c7
Compare
+1 for the I updated this PR with a new user property to enable the simultaneous builds |
Merging this. The dev sufix is only enabled via user.properties now so it will be harmless for tascluster |
Fixes #618 Added support for simultaneous debug and release builds int he same device.