check if both modules have a same package name
检查不同的程序块里面有一样的包名。。
修改其中一个即可。注意使用 批量替换 时应当注意不要全部替换了。。不然还会是一样 。。
module下的包名体现在
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxx.xxx">
Type BuildConfig is defined multiple times
阅读 125
2023-03-28
check if both modules have a same package name
检查不同的程序块里面有一样的包名。。
修改其中一个即可。注意使用 批量替换 时应当注意不要全部替换了。。不然还会是一样 。。
module下的包名体现在
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxx.xxx">
相关推荐
精彩评论(0)