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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -