Thursday, October 9, 2014

A new version of Android Studio was released 0.8.12

Android Studio has a new version published today, this version has improvements in the AVD manager, that is more integrated with the IDE, and has several other improvements, for more information please visit the following link.

http://tools.android.com/recent/androidstudio0812released

No comments:

Post a Comment

Read files in Java 10 ways How to Read a File in Java Using BufferedReader and FileReader for Text Files Code Example: try (BufferedR...