We used "Import a non-Android Studio project" and it worked great for most 
of our modules (Java Library & Android projects), but it was unable to 
handle a few of the java projects, in particular one that wasn't a java 
project but an imported ant project.  Since it wasn't a java project I'm 
pretty sure it got skipped (and only an empty module created).

Similarly, some of our java projects with generated code don't show 
correctly since the build folder is excluded in the .iml file (removing 
that line in the .iml file resolved the issue). 

I'm pretty sure we can resolve both my manual .iml juggling (or perhaps in 
the generated code usecase, moving it out of the build folder), but it 
would be neat if we could hook into the .iml generation like you can with 
the IDEA plugin for gradle and make some customizations :).

I suppose another solution (which may be best) Is to just manually modify 
the files and check them into source control, but you have to text edit the 
files now since the "Sources" tab that is normally on modules in IDEA is 
not there under "Project Structure" window. I suppose it was removed 
because remapping the sources on android projects is kinda silly, but if 
people might be manually modifying at least the java type modules it  might 
be worth putting it back for those projects :)

- Ben

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to