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.
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.