Fery Christysen
1 min readSep 11, 2017

--

Hi Chuck, I am just getting into android unit test and find this article is very helpful. I am noticing from the log that when the test task is running, the gradle also triggered prerequisite task such as :app:prepareComAndroidSupportAnimatedVectorDrawable2501Library, and others android specific library. Didn’t the unit test should be basic junit test which wouldn’t require those android library? is there anyway to run the unit test without those prerequisite task?

Note : My project currently takes ages to build, so I looking for ways to speed up my unit test.

Cheers!

--

--