Multiple dex files define /BuildConfig, can't find the cause:

后端 未结 5 1612
不知归路
不知归路 2020-11-30 08:19

I\'m using the new gradle build system and I\'m facing the following problem:

UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: Multiple dex file         


        
5条回答
  •  悲&欢浪女
    2020-11-30 09:17

    I was getting this problem signing my instant apk. The problem:

    bad module/app/manifest.xml

    
    
    

    good: module/app/manifest.xml

    
    
    

    Just adding the .app at the end of the package name

提交回复
热议问题