11-29-2021 05:26 AM
Hey all, when I try to upload a build / APK to the app I created (it should be PWA), It shows errors like:
1. APK has no main activity defined in the manifest
2. GLES version not specified
3. The focus aware manifest meta-data tag should be set with required=true
It seems that the Oculus Dev Hub for some reason is trying to upload APK for native android/ios application. In the documentation, when you are creating your app, there is a checkbox that should be checked if you are building a PWA application, but the reality is that we are missing that checkbox right now.
APK was created with ovr-platform-util.
Any idea how to overcome this one?