Am i am missing something, I have the IDEA 10 installed and created an android module. I se my main.xml in layout but it just shows me the XML.. Is it no possible to design a layout using the GUI?

Eclipse has this.

I am sure i am missing something, any help really appreciated

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

If you desire an up to date GUI editor, unfortunately you are stuck with Eclipse.

link|improve this answer
feedback

Update

IntelliJ IDEA 11 (Ultimate- and Community Edition) has a GUI preview.

enter image description here

-- http://www.jetbrains.com/idea/features/google_android.html

link|improve this answer
feedback

This is not yet available at idea 10. But Android Layout Preview will come soon to IntelliJ Idea 11 http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP#IDEA11EAP-ReleaseNotes, so please wait for a while.

link|improve this answer
feedback

There isn't one.

I've never found it an issue though as coding the layouts by hand gives a much higher level of control and understanding.

If you need a tool to use with IntelliJ IDEA, try DroidDraw http://www.droiddraw.org/

link|improve this answer
Just be warned that DroidDraw is extremely outdated. And defaults to a deprecated layout. – Mike dg Apr 8 '11 at 12:23
@OllieC - Are you saying that the EAP version 11 of intelliJ doesn't have a designer? – Danny Feb 11 at 12:50
@Buzzer The Ultimate version of IntelliJ v11 certainly has the layout design preview, I don't know about the EAP. – Ollie C Feb 11 at 17:24
so in other words intellij is useless as a free android ide i thought jetbrains was better than this i have always been impressed with their products until now waste of time – Chris McGrath Feb 17 at 12:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.