Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7

Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7
报这个错是我用横屏的界面布局资源,但是没有设置activity的方向
添加这个就OK 了,当然报这个错还有其他原因

android:screenOrientation="landscape"

你可能感兴趣的:(Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7)