Warning during App build on Android studio 3.6.1 Warning during App build on Android studio 3.6.1 android android

Warning during App build on Android studio 3.6.1


The robolectric instructions say that this configuration is not necessary with Android Studio 3.3+

So, please check your gradle.properties file and remove this line:

android.enableUnitTestBinaryResources=true


In my case, I just cleared my gradle cache files and that seemed to have resolved the problem


My problem solved by removing configuration at gradle.properties. see below:

#android.enableBuildCache=true