Program type already present: BuildConfig

后端 未结 13 1531
后悔当初
后悔当初 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:54

    In my case (Developing a plugin), doing these steps worked:

    • cd example/android (example is the project path)
    • ./gradlew app:clean
    • cd ..; flutter clean; flutter packages get

提交回复
热议问题