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
Try this
Step 1: Remove this compile files('lib/gson-2.3.1.jar') from Your build.gradle File
Step 2: Build-> Clean Project