Forum Discussion

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

Attempting to upload an app to the lab (focus aware manifest, min SDK version)

Hi everyone. I'm trying to upload my app to the Quest lab. The app is native (some JNI OpenXR and a Flutter android embedding for the UI). `ovr-platform-util` gives me two errors that I cannot seem to resolve:

    The Android min SDK version is 16, but should be 23 or greater.

But, the min SDK version is set to 29 in every possible place I could find.

    The focus aware manifest meta-data tag must be set with required="true".

There is <meta-data android:name="com.oculus.vr.focusaware" android:required="true" android:value="true"/> in the main manifest as well.

How would I go about and resolve these errors?

Many thanks!

No RepliesBe the first to reply