Android Studio - Failed to apply plugin [id 'com.android.application']

后端 未结 17 2075
故里飘歌
故里飘歌 2020-12-08 12:38

I am working on an app. In my app there is no error in code but when I try to run my project it gives following errors.

Error:(1, 1) A problem occurred e

17条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 13:19

    Delete gradle cache files. It can be in path like C:\Users\username\.gradle\caches for Windows users. For UNIX based operating systems it will be ~/.gradle/caches.

提交回复
热议问题