Does Android Studio have mk file support?
Answered
I have IDEA Ultimate with the Android plugin enabled.
Should that give me the same experience as Android Studio or does AS include extra plugins not in IDEA?
For instance, I started work on a TWRP project and none of the mk files were highlighted.
I installed a separate plugin and things are fine now, however, it made me wonder what is shipped with Android Studio for mk files.
Are they supported out of the box? If not, why not?
Please sign in to leave a comment.
Android Studio has features that are not available in IntelliJ IDEA (like C/C++ support, NDK support, mk files support).
So are these features just a series of plugins that aren't installed in IDEA by default or are they not available for IDEA at all?
If they are available, which ones are they?
I'd rather just have one Ultimate IDEA installation and not have to install Android Studio separately.
Not available for IDEA Ultimate (yet):
https://youtrack.jetbrains.com/issue/CPP-4141
https://youtrack.jetbrains.com/issue/IDEA-167800