Good news for game devs: Android Studio 1.3 supports Android’s C/C++ NDK [feedly]

Good news for game devs: Android Studio 1.3 supports Android’s C/C++ NDK
// Ars Technica

It was two years ago at Google I/O 2013 that the company originally announced Android Studio, a new integrated development environment (IDE) for Android apps. Six months ago, Google announced that the product was ready to move out of beta, but Android Studio 1.0 still couldn't do all of the things that the old Eclipse ADT could do. Most notably, developers that used Google's Native Development Kit (NDK) to use C and C++ code in their apps were left out in the cold.

Today, Google has announced Android Studio 1.3, a new version of the IDE with built-in support for the NDK. Google says the plugin is based on the JetBrains CLion platform and that it will be available free of charge to all Android developers.

Writing Android apps in Java has obvious advantages, portability among Android devices chief among them. The Dalvik and ART runtime environments can compile that Java bytecode to run on any one of several processor architectures, so developers can write code once that will run on Android devices using 32-bit and 64-bit ARM, x86, and MIPS CPU architectures. That said, the NDK has its own advantages—certain types of CPU-bound tasks run faster as native code, and developers with apps on more than one platform can reuse portions of C and C++ code in their Android apps (the NDK allows C and C++ code to coexist with Java code).

Read 2 remaining paragraphs



via Mobiles @ NCSU http://ift.tt/1Q1BECy