Android Studio: Failed to create MD5 HashFile
I could solve this issue by deselecting Instant Run. You can do this by going to
File
->settings
->build,execution,deplyment
-> deselect instant run
.
Try this
Step 1: Remove this compile files('lib/gson-2.3.1.jar') from Your build.gradle File
Step 2: Build-> Clean Project