I am working on NDK project and using Android Studio 2.3.3, Gradle 3.3, SDK version 26. NDK is already integrated with this Android Studio version, so to add a new cpp file I am just updating that file in CMakeList.txt, but after that Gradle build takes more than 20 minutes or so.
I have tried many solutions suggested on the forum solution1 and and solution2 , but none of these are working for me.
However, there is 1 very specific query raised 6 months back just like mine Building Symbols for NDK project takes too long in Android Studio but there is still no answer on this. Is there any solution to this problem or not .