Program type already present: BuildConfig

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

    Change your package name, ex:

    Your current package name:

    com.example.appname

    to:

    com.example.appname.app

提交回复
热议问题