It feels like Android Studio is getting worser and...
# android-studio
a
It feels like Android Studio is getting worser and worser with every version. I am already used to having: • delete gradle build cache
rm -rf ~/.gradle/caches/build-cache-1
• clean project and build cache
./gradlew clean cleanBuildCache
• Invalidate and Restart Android Studio I have to do this especially more often when I switch between multiple projects and multiple branches Anybody else also experiences similar issues? Any known bug tickets already that I can track?
Biggest issues are usually related to espresso tests that fail to start, or fail to be found, or start breaking up all of the sudden
s
which version are you using?
a
3.5.3 at the moment
c
It is still happening in Giraffe, Electric Eel for my team