Clearly android studio wouldn't be able to update parameters it resolved 
from gradle instead of reading directly from the build.gradle file, so I 
can see how that would add some complexity....

On Monday, December 22, 2014 1:22:00 PM UTC-8, Benjamin Cooley wrote:
>
> We set up our android projects using a method, which goes something like:
>
> apply plugin: "android"
> setupAndroid()
> //Project Specific stuff below
>
> Setting up pretty much everything in the project.android namespace.
>
> This has worked fine for gradle builds, but when running in android 
> studio, android studio can't parse the fields since they aren't in that 
> particular build.gradle file.
>
> Is it (or will it be) possible for such abstraction to work?  We're 
> currently evaluating the project of copying all the boiler-plate code into 
> each project to make it work better with android studio, but it would be 
> much better if android studio could resolve the fields from gradle (however 
> indirect they may be) instead of (what looks like) a raw text parse?
>
> - 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