
opensource software
Android Support
Vendor:
JetBrains
Email: N/A
Website:
http://idea-android.googlecode.com/
License:
license url
Bugtracker page
Description:
Supports development of Open Handset Alliance Android applications with IntelliJ IDEA
It works with Android SDK 1.5 and with earlier versions
Features:
- Run and debug Android applications on both the emulator and the real device
- Run Android Activity with one click or shortcut
- Completion, navigation and validation inside the AndroidManifest.xml, layouts, animations, and other resources
- Move string literal from Java code to the strings.xml file
- Quick Fix for adding resources for unresolved reference
- Navigation between code and resources
- AIDL syntax highlighting
Downloads: 12707
Rating:
Participated in rating: 27
| 0.9.4. |
85.9851. |
85.9999. |
Download
|
509.14. |
2009-07-12 18:29:18 |
. |
| 0.9.3-Maia. |
90.10350. |
90.10500. |
Download
|
518.41. |
2009-07-02 18:19:52 |
. |
| 0.9.3. |
85.9851. |
85.9999. |
Download
|
518.95. |
2009-07-02 18:05:07 |
. |
| 0.9.2. |
85.9851. |
85.9999. |
Download
|
488.29. |
2009-06-25 23:03:11 |
. |
| 0.9.1-Maia. |
90.10322. |
90.10999. |
Download
|
480.68. |
2009-06-12 23:20:47 |
. |
| 0.9.1. |
85.9851. |
85.9999. |
Download
|
480.8. |
2009-06-12 23:18:33 |
. |
| 0.9. |
85.9815. |
85.9999. |
Download
|
473.64. |
2009-06-05 23:05:43 |
. |
| 0.9. |
90.10322. |
90.10999. |
Download
|
472.01. |
2009-06-05 22:59:49 |
. |
| 0.5. |
85.9815. |
85.9999. |
Download
|
470.06. |
2009-06-03 18:40:12 |
. |
| 0.5. |
90.10322. |
90.10999. |
Download
|
469.9. |
2009-06-03 16:49:54 |
. |
| 0.4. |
85.9815. |
85.9999. |
Download
|
366.82. |
2009-04-25 20:20:10 |
. |
| 0.3. |
80.8890. |
85.9999. |
Download
|
322.06. |
2009-02-20 13:36:39 |
. |
| 0.2. |
80.8890. |
85.9999. |
Download
|
113.53. |
2008-11-11 18:04:04 |
. |
| 0.1.1. |
72.7361. |
75.7999. |
Download
|
104.23. |
2007-11-20 00:14:08 |
. |
| . |
. |
Recent change notes:
Comments:
If you can add an Ui viewer it will be perfect!!!
If not, why?
I used Intellij in my last job and loved it. I like the community edition as it stands now, but I realllllly don't like using Eclipse.
It would be greatly appreciated if this plugin was updated to work with CE.
That's unfortunate since I am a HUGE fan.
I'm also curious on that.
Do you support 1.6 or when you plan to support it?
Thanks
Eugene
I like IDEA. I used it from version 5. And I can say that IDEA is my choice in java world.
Now my daily job is Android content development and I use my favorite IDE for this work. But sometimes I run Eclipse. I want to request several features, because I want to use IDEA for whole application development cycle.
1) This plugin should have layout preview, as Eclipse ADT plugin. This is very important for all developers. Because when I create UI I need every time to start app in emulator for preview, it takes a lot of time.
2) Plugin need to have signing wizard. I used Eclipse signed tool, but now I am using ant script from IDEA.
3) It would be grate if plugin will have possibility to add additional parameters for emulator as Eclipse ADT plugin (for example add sdcard). Now I am starting emulator and from console add sdcard (I think it is double work).
4) In new version of plugin dev team added Logcat view console. It is great, but I think need to add possibility to filter result. Very often I, as all developers logging only application message by tag.
5) And last one, plugin has auto complete in layout xml files. But I found that in Eclipse it works much better, because I type id and Ctrl+Space and retrieve correct result android:id=, it works for all requested parameters, you can type android or only needed param (id, string, padding, etc) and will receive correct parameter, in IDEA plugin I should type android and then Ctrl+Space, it is not IDEA's style of app development. IDEA always was and will be a smart, easy and in one step in future tool of application development.
I hope this message will reviewed by plugin dev team.
It is my point of view, but if plugin will have these features then android application development cycle will much easier :)
Good luck in your not easy work.
Best regards,
Oleg
I hence tried signing the .apk file from out/production using jarsigner, but get an error, which indicates the file is already signed.
Any hints?
I also need this functionality. Toggling the external checkbox for the dependency makes no difference. Without this feature, unfortunately I can't use IntelliJ.
Also, I have Maia release, but see no way of bringing up Logcat. Is there some docs or detailed release notes link I'm missing?
http://www.jetbrains.net/confluence/display/IDEADEV/Maia+EAP (Android plugin is bundled)
You need to add preview for layout as in Eclipse plugin. It will be very useful.
A great feature would be to have the option to display the adb logcat output in the intellij console window.
What is the reason of displayed error?
See bug IDEA-23564 (http://www.jetbrains.net/jira/browse/IDEA-23564)
I can't make it work - i constantly see "couldn't find import for class XXX" where XXX is AIDL parcelable.
I"ve tried to put all AIDLs into paralell structure as suggested at some forums, but no luck. Please help
I can't make it work - i constantly see "couldn't find import for class XXX" where XXX is AIDL parcelable.
I"ve tried to put all AIDLs into paralell structure as suggested at some forums, but no luck. Please help
Can anyone help me. I keep getting this error:
Device is online.
Uploading file
local path: C:\Users\forsaken\IdeaProjects\untitled1\out\production\untitled1\untitled1.apk
remote path: /data/local/tmp/com
Installing application.
Device is not ready. Waiting for 5 sec.
pkg: /data/local/tmp/com
Failure [INSTALL_FAILED_INVALID_APK]
I noticed that the "gen" directory is created all the time automatically outside of the "src" directory. Is it a normal behavior?
I use IntelliJ 8.1.2 and Android SDK 1.5 r2
I hope I logged correctly. This is what I got:
C:\android-sdk-windows-1.5_r2\tools>adb logcat ActivityManager:I HelloAndroid:D *:S
- waiting for device -
I/ActivityManager( 50): Start proc com.android.phone for added application com.android.phone: pid=101 uid=1001 gids={3001, 3003}
I/ActivityManager( 50): Starting activity: Intent { action=android.intent.action.MAIN categories={android.intent.category.HOME} flags
=0x10000000 comp={com.android.launcher/com.android.launcher.Launcher} }
I/ActivityManager( 50): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=105 uid=10005 gids={3003}
I/ActivityManager( 50): Start proc com.android.mms for broadcast com.android.mms/.transaction.SmsReceiver: pid=132 uid=10011 gids={30
03}
I/ActivityManager( 50): processNextBroadcast: waiting for ProcessRecord{434bf778 132:com.android.mms/10011}
I/ActivityManager( 50): processNextBroadcast: waiting for ProcessRecord{434bf778 132:com.android.mms/10011}
I/ActivityManager( 50): Displayed activity com.android.launcher/.Launcher: 7616 ms
I/ActivityManager( 50): Start proc com.google.process.gapps for on-hold: pid=143 uid=10016 gids={3003}
I/ActivityManager( 50): Start proc com.android.alarmclock for broadcast com.android.alarmclock/.AlarmInitReceiver: pid=150 uid=10001
gids={}
I/ActivityManager( 50): Stopping service: com.android.mms/.transaction.SmsReceiverService
I/ActivityManager( 50): Stopping service: com.google.android.googleapps/.GoogleLoginService
I/ActivityManager( 50): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.maps.ff
.FriendFinderReceiver: pid=165 uid=10000 gids={3003}
I/ActivityManager( 50): processNextBroadcast: waiting for ProcessRecord{434c5aa8 165:com.google.android.apps.maps/10000}
I/ActivityManager( 50): Start proc android.process.media for broadcast com.android.providers.downloads/.DownloadReceiver: pid=174 uid
=10004 gids={1006, 3003, 2001}
I/ActivityManager( 50): Stopping service: com.android.providers.downloads/.DownloadService
I/ActivityManager( 50): Stopping service: com.android.mms/.transaction.TransactionService
I/ActivityManager( 50): Stopping service: com.android.providers.downloads/.DownloadService
I/ActivityManager( 50): Stopping service: com.android.providers.media/.MediaScannerService
I/ActivityManager( 50): Stopping service: com.android.mms/.transaction.SmsReceiverService
http://developer.android.com/guide/developing/tools/adb.html#logcat
I added the package. and it seems to fix things, but not completely.
I get this on intelliJ console:
Device is online.
Uploading file
local path: C:\Users\forsaken\IdeaProjects\untitled1\out\production\untitled1\untitled1.apk
remote path: /data/local/tmp/com
Installing application.
Device is not ready. Waiting for 5 sec.
pkg: /data/local/tmp/com
Failure [INSTALL_FAILED_INVALID_APK]
Is it related to the fact that I have "gen" dir with "R" class and "src" dir with the Action class?
Thanks for your answer.
I fixed that issue, but I can't really check if it is working. I am having the following issues:
1) On first creation of a project I don't see in the menu the option: Create (of a new Action). When I create it manually, then stand in the Action class and make right click on the code then it appears (for example: create "HelloAndroid").
2) When creating a new project it creates a new class named: R. It has no package. So I move it to some package, and it seems to automatically create a new file. In my project right now I see "R" in these places (my project and module are named "android"):
- android/android/gen/R
- android/gen/R
- and the one I manually put under some package in "src"
Am I doing something wrong?
("c:\android-sdk-windows-1.5_r2") instead.
I never really managed to make this plugin work. After long time of trying to make things work, I got a Test activity class. When I run it I get this error:
Error: 'c:\android-sdk-windows-1.5_r2\platforms\adroid-1.5\tools\apkbuilder.bat' is not recognized as an internal or external command.
Thanks,
Guy.
It'll be automatized in the next version.
1.the 'R.java' has a blank package.
2.Can't upload file: Is a directory.
1.the 'R.java' has a blank package.
2.can\'t upload file,informations:
Uploading file
local path: E:\workspace\android\out\production\android\android.apk
remote path: /data/local/tmp/
Can't upload file: Is a directory.
1.the 'R.java' has a blank package.
2.can\'t upload file,informations:
Uploading file
local path: E:\workspace\android\out\production\android\android.apk
remote path: /data/local/tmp/
Can't upload file: Is a directory.
it download version 0.3((
what i must do?????
Please add Android 1.5 support.
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
Error:Cannot run program "~/opt/build/android-sdk/tools/aapt": java.io.IOException: error=2, No such file or directory
I am using Android SDK 1.1
Intellij idea 9825
Android_Support_6812.zip
Everything was fine. But now, error occurs during run application from idea . I am not using external libs, only android sdk. But application compliled and deployed fine using ant.
Can anybody help me?
Information:Compilation completed with 12 errors and 0 warnings
Information:12 errors
Information:0 warnings
Error:trouble processing "java/security/cert/CertPathParameters.class":
Error:Attempt to include a core VM class in something other than a core library.
Error:It is likely that you have attempted to include the core library from a desktop
Error:virtual machine into an application, which will most assuredly not work. If
Error:you really intend to build a core library -- which is only appropriate as
Error:part of creating a full virtual machine binary, as opposed to compiling an
Error:application -- then use the "--core-library" option to suppress this error
Error:message. If you go ahead and use "--core-library" but are in fact building
Error:an application, then please be aware that your build will still fail at some
Error:point; you will simply be denied the pleasure of reading this helpful error
Error:message.
Error:1 error; aborting
Please add Android 1.5 support.
Please add IntelliJ Idea 8.1 support.
*I see that 1.5 support has already been request, just adding a voice to properly show demand.
It's very easy to do that, please update ASAP.
version 0.4 Support Android 1.5 SDK?
what about android 1.5 support ?
Why version 0.4 isn't available on intelliJ plugins settings (only 0.3)?
thanks
Pierre
I'm trying to compile the latest version of the android plugin because I really need the latest changes that were made in the svn, but I don't seem to have all the dependencies.
Does the plugin depend on something else than the standard intellij idea sdk?
Jark
C:¥Documents and Settings¥user¥.IntelliJIdea80¥config¥plugins¥android.jar.
Plugin will become effective in IDEA8.0.
'svn contains working version. it will be released soon'
http://community.livejournal.com/ru_java/736555.html?thread=8895787#t8895787
Please, let us know, I 'm very interested in it and I would like to know if I can count on it or not.