出现类似“ Android资源链接失败”之类的错误

时间:2019-04-01 07:22:05

标签: android

在此错误中,找不到某些类I got this error everywhere

Output:  warn: removing resource com.kss.krishnasalesandservice:string/abc_action_bar_home_description without required default value.
warn: removing resource com.kss.krishnasalesandservice:string/abc_action_bar_up_description without required default value.
warn: removing resource com.kss.krishnasalesandservice:string/abc_action_menu_overflow_description without required default value.

2 个答案:

答案 0 :(得分:0)

确保活动文件中有R。.在活动文件中可能有R以红色显示。.将鼠标置于其上,然后按Alt + Enter。 .it将导入R类。

答案 1 :(得分:0)

android:name =“检查您的活动名称”

将此添加到您的style.xml

     <!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar"></style>

这在您的清单中

android:theme="@style/AppTheme"