I have a project which is on both the Android Mobile platform and Oculus Quest.
So I have two projects right now and manually copy and paste the code from one project to another.
So my question is “Is there any way to create a normal Android Build from VR enabled(Oculus XR plugin enable in XR plugin management) Project” with some tick and untick from XR plugin Management or something?
You can script XR Management to add or remove supported loaders. If there are no loaders on the build target, XR will not be initialized and no Oculus XR SDK plugin binaries should be included.
As a double measure I would make sure that Initialize on start is disabled/enabled for your build target as well depending on need.