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?
aaverin
03/06/2020, 9:34 AM
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
scienticious
03/06/2020, 10:05 AM
which version are you using?
a
aaverin
03/06/2020, 11:37 AM
3.5.3 at the moment
c
coolchandrakumar
08/14/2023, 9:55 AM
It is still happening in Giraffe, Electric Eel for my team