eclipse中调用R文件下的layout,找不到left_fragment.xml

public class LeftFragment extends Fragment{

@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState){
    View view = inflater.inflate(R.layout.left_fragment, container, false);
    return view;
}

}

R文件下的layout中是有left_fragment.xml的,但错误提示找不到该文件。

你得看什么提示错误,有时候你可能用到了 android.R