|
|
|
|
|
by TuringNYC
3375 days ago
|
|
We did Computer Vision work on Android before OpenCV ported to Android and the NDK was the only realistic way to achieve any real-time video/image analysis performance. Using the NDK was tedious and HR-expensive but we had no choice. So in that case, we were glad the NDK was an option. |
|
My point is that the way Android team deals with NDK users seems like the NDK was imposed on the team, and they don't spend much developer time on it, looking from the set of open issues, outdated documentation where ndk-build is still used instead of cmake, integration with aar is still in progress, and set of available APIs.
https://code.google.com/p/android/issues/list?can=2&q=NDK&so...
I cannot deny they have done lots of progress, but there seems not to be much interest in having a comparable experience to the Java tooling.