Google releases Android Studio 2.0 for Game and App developers

Android Studio 2.0 released by Google, brings new features like ‘Instant Run’

Android App and games developers will have a new tool to play with. Google has just released Android Studio 2.0, the second major iteration of “the official IDE (integrated development environment) from Google”.

The new IDE contains a number of new features, such as Instant Run, which allows the developer to see changes to their app in real-time, similar to Apple’s Playground. There’s also a new Android Emulator that promises to be three times faster than the old one.

Android Studio 2.0 includes the following new features that Android developer can use in their workflow :

  • Instant Run – For every developer who loves faster build speeds. Make changes and see them appear live in your running app. With many build/run accelerations ranging from VM hot swapping to warm swapping app resources, Instant Run will save you time every day.
  • Android Emulator – The new emulator runs ~3x faster than Android’s previous emulator, and with ADB enhancements you can now push apps and data 10x faster to the emulator than to a physical device. Like a physical device, the official Android emulator also includes Google Play Services built-in, so you can test out more API functionality. Finally, the new emulator has rich new features to manage calls, battery, network, GPS, and more.
  • Cloud Test Lab Integration – Write once, run anywhere. Improve the quality of your apps by quickly and easily testing on a wide range of physical Android devices in the Cloud Test Lab right from within Android Studio.
  • App Indexing Code Generation & Test – Help promote the visibility your app in Google Search for your users by adding auto-generated URLS with the App Indexing feature in Android Studio. With a few click you can add indexable URL links that you can test all within the IDE.
  • GPU Debugger Preview – For those of you developing OpenGL ES based games or apps, you can now see each frame and the GL state with the new GPU debugger. Uncover and diagnosis GL rendering issues by capturing and analyzing the GPU stream from your Android device.
  • IntelliJ 15 Update – Android Studio is built on the world class Intellij coding platform. Check out the latest Intellij features here.

The standout feature of Android Studio 2.0 is the Instant Run. Like the Apple Playground feature, Android Instant Run will analyze the changes you have made and determine how it can deploy your new code in the fastest way.

After you update to or download Android Studio 2.0, you should upgrade your projects to use Instant Run, and create a fresh Android Virtual Device (AVD) for the new Android emulator and you are on your way to a fast Android development experience.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Read More

Suggested Post