Program type already present: BuildConfig

后端 未结 13 1510
后悔当初
后悔当初 2020-12-13 08:36

I\'m trying to generate a release build but im not able because of mutidex issues my project has all the multidex enabled and dependencies added

The error i\'m rece

13条回答
  •  隐瞒了意图╮
    2020-12-13 08:43

    I had this problem after an android x upgrade in android studio. To fix this I went to File->Open and opened the android folder within my current flutter project. I was then able to go to Build->Clean Project as suggested by @Seymour Mammadli.

    Hopefully this helps someone with the same issue.

提交回复
热议问题