I will start development geared towards digital tv, and will be 50% ndk.Android studio caters well? or is it better to eclipse?
I will start development geared towards digital tv, and will be 50% ndk.Android studio caters well? or is it better to eclipse?
From version 1.3 of Android Studio , you have full support for NDK, including a native debug. The plugin is based on the JetBrains CLion platform .
Source:
link
Use Android Studio
it has full support for Android
and it is possible to use jetbrains plugins, Google no longer supports ADT
(eclipse plugin to develop Android
), so ADT
tends not to support the new Android
APIs (which is currently in revision 22).
Note on ADT:
Note: If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio to receive all latest IDE updates. For help moving projects, see Migrating to Android Studio.
Source: link