Android Studio 0.3.4 Released

|

android_developer_job_large

This one is for the Android Developer community out there. Android Studio 0.3.4 has been released. Here’s some of the improvements from the Android Tools Project Site.

  • Gradle
    • New Module editor. In 0.3.2 we introduced the module dependency editor where you could add libraries graphically; this is now just one tab among many other categories of module data you can edit: flavors, signing configurations, build types, etc. This area is still being actively worked on.
      modules2
    • Gradle will now build the selected modules rather than all modules when Make is invoked with a selection.
    • Gradle Console. If you enable the new experimental in-process Gradle build mode (Compiler > Gradle > Use in-process build (faster, experimental)), you can open a Gradle Console which will show the full, raw Gradle output rather than just the simplified errors listed in the Messages window. The window does not open automatically, but the Messages window has a “Show Console Output” button in the left-hand-side toolbar, and it also adds a “See complete output in console” message you can double click on to trigger.
      gradle console
    • “Clean project” now runs a clean target to clear all build output.
    • A file-locking bug affecting Windows users (issue 61300) has been fixed. This bug would prevent cleaning and rebuilding a project as soon as a layout file had been opened.
  • Layout Editor
    • Support for using sourceCompatibility 1.7 even the IDE is running on JDK 1.6 (as it is by default on Mac OSX for example, even when JDK 1.7 is installed). We now convert the bytecode of compiled classes on the fly such that they can be executed by the layout renderer.
    • Support non-rectangular shapes in Drawable render preview
    • Drop preview now shows more accurate widget bounds
  • XML editor
    • When editing layouts, the layout_width and layout_height attributes are inserted automatically
    • The quote-matching bug (issue 11332) has been fixed
    • Namespace prefixes are now highlighted separate from attribute names
  • DDMS
    • Dumpsys support. You can now click on the Dumpsys action in the toolbar, which will execute “adb dumpsys” on the connected device and display information in the editor about the selected process.
      dumpsys
    • Nexus 5 device images for the screenshot feature (which optionally surrounds the screenshot with device art).
    • Nexus 5 metadata for creating virtual devices in the emulator
  • Templates
    • Linked field editing. Editing parameter names such as activity names and layout names now dynamically update other suggestions. For example, if you change the activity name to “HomeActivity”, the layout and fragment resource name suggestions change to “activity_home” and “fragment_home”. It will also automatically pick unique names when appropriate such that you can create new activities without conflicting with existing ones.
      linked editing
  • The SDK manager is now available from Welcome Wizard so you can configure SDKs before creating a project
  • Many other bug fixes!

Hit the source link below to install and get all the details!

Android Studio 0.3.4

Last Updated on January 23, 2017.

Previous

The Google Barge Is Not A Floating Data Center, So What Is It?

Android 4.4 Kit-Kat Now Available For The Sprint Galaxy Nexus

Next

Latest Articles

Share via
Copy link
Powered by Social Snap