Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Hi, Can we create two GVRActivity inside a app.If I am doing so,getting this exception :.--->E/libEGL: call to OpenGL ES API with no current context (logged once per thread) #2012

Closed talk2saroj closed 5 years ago

talk2saroj commented 5 years ago

Is the above exception happening because of the two GVRActivities?

liaxim commented 5 years ago

This particular message can be considered a minor annoyance and can be ignored.

Two GVRActivities is/can be a backend-dependent question. I have a vague memory of Oculus publishing restrictions - better to be checked on their web site.

There have been attempts to use more than one GVRActivity with Oculus and generally it didn't work. It is not something we officially support. Depending on how important it is to you, we could take a look at it again.

liaxim commented 5 years ago

And no, that message can be observed with a single GVRActivity too.

liaxim commented 5 years ago

@talk2saroj Do you have further questions regarding this topic? If not, can we close the issue?

talk2saroj commented 5 years ago

yes, you can close this issue. Thanks for assistance.