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

后端 未结 11 1411
梦毁少年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:24

    I had a similar issue with Android Studio 3.6 Canary 12 on Mac, I could build different build variants but had this error when I tried to Generate a signed apk:

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

    I had to delete the .build folder as well as the folders where I build my build variant.

提交回复
热议问题