Android NDK and Newer API Support

前端 未结 2 735
再見小時候
再見小時候 2021-01-16 15:16

I\'m working on an Android app that has heavy use of the NDK. On the Java side of things, we target SDK 19 with a min SDK of 16. Is there a way to do something similar on th

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-16 15:17

    Take a look at https://developer.android.com/ndk/guides/stable_apis.html

    For example, if you don't use OpenGL ES 3.0 and OpenGL ES 3.1 APIs and don't link libGLESv3, then your app has compatibility to API level 14.

提交回复
热议问题