新建的项目,显示下面的问题Missing styles. Is the correct theme chosen for this layout?该如何解决
认证高级PHP讲师
看看你的AndroidManifest中<application>和你的<activity>有没有设置@style/AppTheme;或是切換一下圖一上面的AppTheme
<application>
<activity>
@style/AppTheme
看看你的AndroidManifest中
<application>
和你的<activity>
有没有设置@style/AppTheme
;或是切換一下圖一上面的AppTheme