Generate code for unit test build in Android Studio -


when using android-apt plugin possible generate code test build? using dagger , have testmodules needed unit test , want in test build only. seems plugin not support testapt 'my-dependency'.

it should possible gradle plugin 1.3. more information here.

you can try beta plugin:

classpath 'com.android.tools.build:gradle:1.3.0-beta1' 

if doesn't work have wait final version of plugin. more information under link provided above.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -