This app includes the following 32-bit only (armeabi-v7a) libraries: Oculus Dev Hub Submission Fail

Solution 1:

I got around this by specifically targeting the x64 architecture. In Unity I did this by Project Settings > Player > Other Settings > Configuration

Change Scripting Backend to IL2CPP (Otherwise the next step is disabled)

Select ARM64 in Target Architectures

enter image description here