I have installed Android Studio 0.8.2, gradle-1.12 and tried to build the ndk* samples found in gradle-samples-0.11 (from
running "gradle build" from the command line.
However, only some of the ndk* samples built successfully.
It is interesting that the ones which did build, contain more than one source file in the jni directory.
Adding an empty a.c file to the jni directory of the examples which do not build fixes the build.
Anybody experiences this behavior?