In project settings under Android you should set your target SDK to 26 and your minimum SDK to the lowest level you want to support.
Then in project settings under Android SDK you should set your NDK API level to the lowest level supported.
For example my projects minimum SDK is set to 14 so the NDK API level is android- 19.