Re: Missing Compiler settings in Android Studio 1.0

2015-01-05 Thread Xavier Ducrohet
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

Re: Missing Compiler settings in Android Studio 1.0

2015-01-02 Thread Karl Schults
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

Re: Missing Compiler settings in Android Studio 1.0

2014-12-17 Thread Mateusz Grzechociński
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

Re: Missing Compiler settings in Android Studio 1.0

2014-12-16 Thread Jake Wharton
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

Re: Missing Compiler settings in Android Studio 1.0

2014-12-10 Thread Mateusz Grzechociński
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

Re: Missing Compiler settings in Android Studio 1.0

2014-12-10 Thread Xavier Ducrohet
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

Missing Compiler settings in Android Studio 1.0

2014-12-10 Thread Mateusz Grzechociński
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,