-
Yesterday, I tried to upload a release of an app that uses this library but the binary upload was rejected with message:
I'm not really familiar with this meta-data value, I simply removed the manifest entry using Is it safe to do this? As far as I can tell the entry is to meant to enable validation layers during development. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It should be fine as it refers to a verification layer used for debugging purposes. I think it should work, but I recommend doing a quick test before releasing it. Since it's OpenGL, just confirming that the video is being streamed and playing should be enough. |
Beta Was this translation helpful? Give feedback.
It should be fine as it refers to a verification layer used for debugging purposes.
https://developer.android.com/ndk/guides/rootless-debug-gles
I think it should work, but I recommend doing a quick test before releasing it. Since it's OpenGL, just confirming that the video is being streamed and playing should be enough.