Program type already present: BuildConfig

后端 未结 13 1499
后悔当初
后悔当初 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 09:04

    I got the same error. This type of application is not as generic as we do except. IN my application development I was using the below mentioned dependencies

      youtube_player_flutter: ^6.1.0+7
      webview_flutter: ^0.3.20+2
    

    since youtube_player_flutter internally it makes use of webview_flutter as one of the dependencies. I removed the dependencies webview_flutter and it worked.

提交回复
热议问题