Deep Clean Your Android Studio to Fix Weird Issues
I have encountered quite numbers of weird compilation and some run-time issues. I wonder is this very common to Android developer in their day-to-day work?
These are the steps I usually do to resolve them:
1. Clean Project
The first thing I do is "Bu...
vtsen.hashnode.dev2 min read
Vincent Tsen
Native Android Kotlin Developer
FYI - I just upgraded to Android Studio Electric Eel, it breaks my app instantly.
Clean project and Invalidate Caches don't work. I have to delete the .gradle folder in the user folder. It is pretty big, so it takes a while.
Luckily it works after that, phew. :)