2015-06-01, 09:30
FYI, Android Studio v1.3 Developer Preview brings code editing and debugging for C/C++ code in apps that uses the NDK
http://android-developers.blogspot.se/20...tools.html
http://www.androidpolice.com/2015/05/28/...abilities/
http://android-developers.blogspot.se/20...tools.html
Quote:Android Studio v1.3 Preview - To help take advantage of the M Developer Preview features, we are releasing a new version of Android Studio. Most notable is a much requested feature from our Android NDK & game developers: code editing and debugging for C/C++ code. Based on JetBrains Clion platform, the Android Studio NDK plugin provides features such as refactoring and code completion for C/C++ code alongside your Java code. Java and C/C++ code support is integrated into one development experience free of charge for Android app developers. Update to Android Studio v1.3 via the Canary channel and let us know what you think.
The M Developer Preview includes an updated SDK with tools, system images for testing on the official Android emulator, and system images for testing on Nexus 5, Nexus 6, Nexus 9, and Nexus Player devices. We are excited to expand the program and give you more time to ensure your apps support M when it launches this fall. Based on your feedback, we plan to update the M Developer preview system images often during the developer preview program. The sooner we hear from you, the more feedback we can integrate, so let us know!
https://code.google.com/p/android-developer-preview/
To get started with the M Developer Preview and prepare your apps for the full release, just follow these steps:
- Update to Android Studio v1.3+ Preview
- Visit the M Developer Preview site for downloads and documentation.
- Explore the new APIs & App Permissions changes
- Explore the Android Design Support Library and Google Play Services 7.5 APIs
- Get the emulator system images through the SDK Manager or download the Nexus device system images.
- Test your app with your supported Nexus device or emulator
- Give us feedback
http://www.androidpolice.com/2015/05/28/...abilities/
Quote:[I/O 2015] Android Studio v1.3 Developer Preview Adds C/C++ Support With Refactoring, Code Completion, And Debugging Capabilities
Google I/O is first and foremost a developer conference. New products may be announced at the keynote, but just about everything is really meant for the people that build the apps. For Android developers, there are few things that matter more than their tools. Today, a fresh release of Android Studio hit the Canary channel, and it brings one of the most often requested features: C/C++ support.
Android apps, as most people think of them, are usually written in Java and have a runtime environment that imposes some additional overhead on execution. Games and other performance-critical software are usually built with C or C++ and the Native Development Kit (NDK) so that they can avoid most of that overhead.
The new capability comes care of JetBrains Clion (pronounced "sea-lion"), a product already dedicated to C/C++ development. Of course, JetBrains is also the developer responsible for IntelliJ, the IDE Android Studio is based on.
Both editing and debugging are supported, along with many advanced features like code completion and refactoring. Since most of the functionality comes directly from an existing product, the feature set is already quite extensive. A more detailed talk along with demonstrations was held today at Google I/O during the "What's New In Android Development Tools" session.
If you're eager to give it a try, install Android Studio and set it to update from the Canary channel, then check for updates. Remember, you can have multiple copies of Android Studio installed, so it's always possible to keep one version on Stable or Beta while checking out new features on Canary.