Can't run nor debug project but gradle build+install work

后端 未结 11 1402
梦毁少年i
梦毁少年i 2020-12-07 00:32

After update to Android studio 3.6 Canary11 (macOS) I cannot run nor run Debug variants of my project (Release variants working fine).

When I try to run the project

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 01:20

    I faced somehow similar issue on Android Studio 3.6.3v

    Entry name 'kotlin/collections/MapWithDefault.kotlin_metadata' collided
    

    I resolved the issue by:

    1. Delete build folder under /app
    2. Clean project
    3. Rebuild project

    If still doesn't work, do the following:

    File > Invalidate Caches/Restart
    

提交回复
热议问题