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
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.