BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Android Studio: A New IDE from Google Based on IntelliJ IDEA

Android Studio: A New IDE from Google Based on IntelliJ IDEA

Bookmarks

Google launches another Android IDE built on IntelliJ IDEA Community Edition, sharing many features with the Eclipse-based tool.

Beside the standard Eclipse bundle that Google has offered so far for Android development, they announced Android Studio at Google I/O 2013, a new IDE based on IntelliJ IDEA Community Edition. Android Studio comes bundled with the entire Android development platform, including the SDK, the tools and emulators.

Some of the eye-catching features demoed by Google are:

  • Deep intellisense for resources -strings, icons and colors. For example, the IDE resolves the name of the string to the actual value which is shown in the editor instead of a string variable. Icons and colors are shown on the left side of the page.
  • Code analysis based on Android API annotations
  • Layout preview – the layout of an application can be simultaneously viewed for all screen sizes and languages supported, changes being applied immediately.
  • Layout builder – a graphical editor with Drag&Drop 

Android Studio uses Gradle for building apps and will provide in the future multiple build variants. Projects can be stored on Git, Mercurial or Subversion VCS. The virtual device manager is fully supported. It also supports ProGuard and app-signing features developers are used to.

Eclipse projects can be migrated to Android Studio, but this IDE is still in Early Access Preview so it might not be such a good idea yet.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • No Mac version?

    by Victor Grazi,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Looks like there is no Mac version yet, at least not based on IntelliJ, unless I am missing something.

  • Re: No Mac version?

    by Abel Avram,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    There are versions for Windows, Mac and Linux. Check out "Download for other platforms" on this page: developer.android.com/sdk/installing/studio.html

  • Re: No Mac version?

    by Victor Grazi,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    No, I saw that. But once I did the download, I did not see the IntelliJ version

  • Congrats.

    by Arash Bizhanzadeh,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    So happy to have it on Intellij!

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT