I just got the most fun buildcache bug ever : I ha...
# android
n
I just got the most fun buildcache bug ever : I had a if(something) {} block, when something was false, it would still go in it. when I changed for if(false) {}, same issue when I removed the block, same issue I tried on another device, same issue I did clean and rebuild, same issue ./gradlew cleanBuildCache => fixed !
m
There was bug after upgrade from Android Studio 3.0.1 to 3.1, when sometime gradle build was missing from run configuration, maybe that’s your problem?
n
no i'm using 3.2 alpha 10, and didn't change the build.gradle for a week