سؤال

My Android app requires OpenGL ES 2.

Should I only build for armeabi-v7a?

Or are there ARMv5 or ARMv6 devices which support OpenGL ES 2?

هل كانت مفيدة؟

المحلول

Android 2.2 and above supports OpenGL ES 2 so you should check for APP_PLATFORM rather than APP_ABI. In short rather than checking for architecture, check for Android version.

http://developer.android.com/guide/topics/graphics/opengl.html#compatibility

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top