0
点赞
收藏
分享

微信扫一扫

er failed : Attribute application@theme value=(@style/AppTheme.NoActionBar) from AndroidManifest.xml

船长_Kevin 2022-04-17 阅读 99

android studio的报错提示:
:app:processDebugMainManifest
Manifest merger failed : Attribute application@theme value=(@style/AppTheme.NoActionBar) from AndroidManifest.xml:11:9-52

在这里插入图片描述
错误在哪,可以发现,application的AndroidManifest.xml的Merged Manifest里面可能有报错信息,点击打开看看,如上图:

有了,报错信息怎么回事,可能是第三方module项目的styles.xml里面的AppTheme和app的不一致,先看一下:
1.app的AndroidManifest.xml的AppTheme

	<application
        ...
        
举报

相关推荐

0 条评论