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

后端 未结 10 2180
谎友^
谎友^ 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: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.

提交回复
热议问题