Re: How to exclude libs provided inside of aar dependency?

2014-11-29 Thread John Frey
It's been a long standing issue it seems... https://groups.google.com/forum/#!topic/adt-dev/l1gELhPSSkM On Saturday, November 29, 2014 5:49:57 AM UTC-6, Vyacheslav Blinov wrote: > > 1. It's not me who doing that, but some external library (I don't think > it's important which project it is), tha

Could not find property 'outputFile' on com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@2b936b04.

2014-11-29 Thread 杨辉
Here is my build.gradle: https://github.com/SnowdreamFramework/android-gradle-template/blob/master/config/android.gradle When i try to upgrade my project to use gradle 2.2.1 and classpath 'com.android.tools.build:gradle:1.0.0-rc1', then i compile and get errors as follows: $ gradle wrappers -

Re: How to exclude libs provided inside of aar dependency?

2014-11-29 Thread Vyacheslav Blinov
1. It's not me who doing that, but some external library (I don't think it's important which project it is), that was just published. 2. Why is that criminal given that aar format supports that? Given it lies in design of aar there were about to be some kind of support for that situation. I supp