Android Studio: Failed to create MD5 HashFile

后端 未结 4 1072
暖寄归人
暖寄归人 2021-01-01 23:27

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

4条回答
  •  独厮守ぢ
    2021-01-01 23:46

    Try this

    Step 1: Remove this compile files('lib/gson-2.3.1.jar') from Your build.gradle File

    Step 2: Build-> Clean Project

提交回复
热议问题