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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -