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.
答案 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"