This plugin enables Google Android support in IntelliJ IDEA.
Important Note
The Android plugin has been promoted to an official JetBrains project, and is no longer developed at Google Code. The latest version of the source code can be found in the JetBrains Subversion repository at: http://svn.jetbrains.org/idea/Trunk/bundled/android/
Bugs should be reported in the JetBrains JIRA: http://www.jetbrains.net/jira/ (project IDEA: Feedback, component Android)
Getting Started
A step-by-step GettingStarted tutorial is available.
Features
- Autodetection of Android facet when project is created or opened
- Option to add Android support in new project wizard
- Action to create a new activity
- Android build support (R.java generation, AIDL compilation, classes.dex generation, final packaging)
- Android run support (starting emulator, installing application, starting activity)
- File type for Android IDL files
Code insight support
Android Manifest.xml
- Navigation, completion, validation, find usages and rename support for activity, intent, service, receiver and instrumentation classes
- Completion for action and category names in intent filters
- Completion of permission IDs in uses-permission tags
- Navigation, validation and completion of resource references from android:label and android:icon values.