activity_main.xml: Failed to find the style corresponding to the id 2130771996

后端 未结 10 2174
谎友^
谎友^ 2020-12-09 13:26

I am Having trouble while creating new project in Eclipse Luno. After I update Android Eclipse SDK to API 22 then I am start getting this issue, Layout is not showing prope

相关标签:
10条回答
  • 2020-12-09 13:30

    The easiest solution is to change the theme from the drop down of the same page where we are getting the error, i.e in the graphical layout of the activity screen, in the top there is a drop down to change the theme. This solved the problem for me.

    0 讨论(0)
  • 2020-12-09 13:34

    you only need to change the AppTheme to other theme that is way i resolve this.

    0 讨论(0)
  • 2020-12-09 13:38

    Try changing to lower version as shown in image below and it should work:

    enter image description here

    0 讨论(0)
  • 2020-12-09 13:42

    Try to rebuild your project ..this work fine for me.. In the menu bar Build->Rebuild
    Or add import app.studentlog.R; in your java file.where studentlog is your project name.

    0 讨论(0)
  • 2020-12-09 13:42

    You can just solve it by changing the app theme. I did the same and got it resolved

    0 讨论(0)
  • 2020-12-09 13:50

    I did a configure build path including the andriod 5.1.1 library and then did a restart of eclipse and this error got resolved

    0 讨论(0)
提交回复
热议问题