Android studio has ndk support?

3

I will start development geared towards digital tv, and will be 50% ndk.Android studio caters well? or is it better to eclipse?

    
asked by anonymous 05.06.2015 / 14:51

2 answers

3

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

    
05.06.2015 / 15:35
1

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

    
05.06.2015 / 15:53