the 'apt' plugin is a gradle plugin. add it to your build.gradle file.
On Tue, Dec 23, 2014 at 10:58 AM, Karl Schults
wrote:
> Hi Xavier (et all),
>
> How do I install that plugin? If I go to Plugins->Browse
> Repositories->Manage repositories...->+ and enter that link, I get "Plugin
> descripti
Hi Xavier (et all),
How do I install that plugin? If I go to Plugins->Browse
Repositories->Manage repositories...->+ and enter that link, I get "Plugin
descriptions contain some errors". If I download the zip file and try to
...->Install plugin from disk..., I get "Fail to load plugin descripto
On Wednesday, December 17, 2014 8:51:56 AM UTC+1, Jake Wharton wrote:
>
> On Wed Dec 10 2014 at 12:56:42 PM Mateusz Grzechociński <
> mateusz.gr...@gmail.com > wrote:
>
>> I found a workaround by setting dependency to dagger-compile to 'compile'
>> instead of 'apt'. Unfortunately that lead me to h
On Wed Dec 10 2014 at 12:56:42 PM Mateusz Grzechociński <
mateusz.grzechocin...@gmail.com> wrote:
> I found a workaround by setting dependency to dagger-compile to 'compile'
> instead of 'apt'. Unfortunately that lead me to have dagger-compiler
> packaged into APK.
>
This is very unwise. Dagger's
Hey Xavier, thanks for your response. You're absolutely right.
Actually my case was a little bit more complicated. I use retrolambda
plugin and in v2.4.0 of this plugin there was an issue: when dependency to
dagger-compiler (dagger 2) was set as 'apt', sources generated by
dagger-compiler did n
You need to configure Gradle to run the annotation processor. Studio
exclusively uses Gradle to build, so configuring the processor in Studio
does'nt make any sense.
There's an 'apt' plugin that helps using annotation processor with our
plugin: https://bitbucket.org/hvisser/android-apt
On Wed, De
Hey,
I was trying to find the issue on SO and found only
this:
http://stackoverflow.com/questions/24787751/compiler-options-missing-in-android-studio-0-8-2
Basically, in Android Studio 1.0 (and I guess in the previous versions as
well) there is no 'Compiler' section in preferences.
Since that,