‘android.enableUnitTestBinaryResources’ is deprecated [duplicate]

I figured out what the problem is. From Android studio 3.3+ there is no need to add the code below to “gradle.properties” file.

android.enableUnitTestBinaryResources=true

So it must be removed.

Leave a Comment