Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
natus191's avatar
natus191
Honored Guest
3 years ago

Pre-Existing Kotlin Android App - Unable to upload without Oculus SDK

Hi,

I have an existing android application written in kotlin which I wish to upload to the quest store. I have built and run the application on a headset locally and it all works perfectly. Upon uploading to the store i get the error
"* Oculus SDK not found or older than 1.0."

The app does not include the Oculus SDK or similar as it is not needed. It does not take advantage of any headset specific features and is just your standard 2d app.
Is bundling the sdk in required to upload to the store?

If so is there documentation on how to do so with an existing kotlin app as all the documentation is largely around apps containing native code and doesn't provide clear guidance on this use case.

I've considered grabbing the OpenXR samples and smashing that together with the existing app. Is this a reasonable approach? It seems over the top especially for an app that won't require the SDK (for now).

Thanks,
Nathan

2 Replies

  • Did you find the solution? Same over here! I'm trying to update a project I already have there and updated twice but for some reason I just can't anymore.