Error:Failed to capture snapshot of output files for task 'transformClassesWithDexForDebug' during up-to-date check

前端 未结 2 1475
悲哀的现实
悲哀的现实 2021-01-12 15:53

i am new to android app development and trying to build a simple interface, i am getting this bug. how do i resolve it?

the whole bug statement is this :

Err

2条回答
  •  庸人自扰
    2021-01-12 16:13

    The issue in the latest android studio update is with the Instant Run feature. There happens to be a serious issue with gradle, so you may either turn off the Anti-Virus or the Instant Run feature till then.

    Resource: https://code.google.com/p/android/issues/detail?id=229918

提交回复
热议问题