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