We ran into this as well. A fix seems to be on the 
way: https://code.google.com/p/android/issues/detail?id=78628

It seems to be caused by Android Studio 0.9 itself; command-line builds 
work fine for me (and don't modify the files). I don't know of any 
workarounds at the moment besides using command-line builds. I would advise 
against Android Studio 0.9 until this is fixed. 

-Dan

On Monday, November 3, 2014 11:15:23 AM UTC-6, Art Beatte wrote:
>
> In our build.gradle android dependancies we have:
>
>     androidTestCompile(project(':forklift:espresso-additions')) {
>         transitive = false
>     }
>     androidTestCompile(project(':americano:library')) {
>         exclude group: 'com.google.guava', module: 'guava'
>         exclude group: 'com.android.support', module: 'support-v4'
>     }
>
> yet after syncing Gradle we end up with:
>
>     androidTestCompile(project(':forklift:espresso-additions')) {
>         transitive = false
>     }
>     androidTestCompile(project(':americano:library')) {
>         exclude group: 'com.google.guava', module: 'guava'
>         exclude group: 'com.android.support', module: 'support-v4'
>     }
>     compile project(':americano:library')
>     compile project(':forklift:espresso-additions')
>
> Notice how we now have the americano:library and 
> forklift-espresso-additions projects in the project now.
> This began happening after upgrading to Gradle tools to 0.14.0. 
>

-- 
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.

Reply via email to