I am creating a simple android application... I ran into some kind of trouble when I updated gradle when I launched Android Studio and it prompted me too.
Upon the u
This seems to be a transient issue in gradle. I fixed it by killing the running gradle daemons (pkill -f gradle) and rebuilding.
pkill -f gradle