Hacker News new | ask | show | jobs
by double051 4447 days ago
The NDK is a total 'bolt-on' solution to the problem, and support within the Android dev tools is basically non-existent.

The biggest tragedy is that Google had a chance to make a better NDK experience with Android Studio, but instead they chose to ignore it completely. With Eclipse you at least had an official add-on for NDK support, but now you're expected to manage it with your Gradle files by hand. Now, even more than before, you're at the whim of solutions on Stack Overflow.

2 comments

NDK support is being worked on. There are samples[1] of the API, but it's largely undocumented and still a work in progress.

There's a reason AS hasn't hit 1.0 yet: it isn't ready.

[1]: http://docs.google.com/viewer?a=v&pid=sites&srcid=YW5kcm9pZC...

I think having a few ex-Sun Java guys might have influenced that decision. Since all other mobile platforms offer better native support.

This is just my personal opinion.