I've been facing the same issue ;
In my case, the target SDK was 21, while stderr has been introduce in Android NDK from SDK 23.
Setting to SDK 23 or above fixed the issue.
Github issue/source