This looks like a step in the right direction. I attempted a simple manipulation of an .iml file by adding an idea.module.iml section in the build.gradle file associated with that project. Unfortunately the .iml file generated by invoking gradle :idea is quite different from what Android Studio produces via 'Sync Project with Gradle Files'. Is Android Studio doing something internally before invoking the Idea plugin? Is there a way to replicate this behavior when invoking the plugin manually?
On Tuesday, July 1, 2014 12:51:49 AM UTC-7, Riccardo Ciovati wrote: > > Il giorno martedì 1 luglio 2014 04:34:50 UTC+2, Michael Wallstedt ha > scritto: >> >> I'm working on a setup script to automate as much of the IDE >> configuration as possible. Given a set of .gradle files, is there a way to >> generate the .idea folder and .iml files, without launching any kind of UI? >> > > Take a look at the IDEA plugin: > http://www.gradle.org/docs/current/userguide/idea_plugin.html > > Regards, > Riccardo. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
